Skip to content

Commit bab0956

Browse files
committed
Imports should be at the top of the file #143
1 parent 256df8c commit bab0956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sasctl/pzmm/write_json_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import pickle
1212
import pickletools
1313
import warnings
14+
import importlib
1415
from collections.abc import Iterable
1516

1617

@@ -1079,7 +1080,6 @@ def package_not_found_output(package_name, package_versions):
10791080
return package_versions
10801081

10811082
package_and_version = []
1082-
import importlib
10831083

10841084
for package in package_list:
10851085
try:

0 commit comments

Comments
 (0)