Skip to content

Commit bd68511

Browse files
committed
Fix PEP 8 problems
1 parent 9596edb commit bd68511

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/utils/test_autotailor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
NS = "http://checklists.nist.gov/xccdf/1.2"
55

6+
67
def import_arbitrary_file_as_module(path, module_name):
78
spec = importlib.util.spec_from_loader(
89
module_name, importlib.machinery.SourceFileLoader(module_name, path))

0 commit comments

Comments
 (0)