Skip to content

Commit

Permalink
Fix PEP 8 problems
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-cerny committed Oct 3, 2023
1 parent 9596edb commit bd68511
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/utils/test_autotailor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

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


def import_arbitrary_file_as_module(path, module_name):
spec = importlib.util.spec_from_loader(
module_name, importlib.machinery.SourceFileLoader(module_name, path))
Expand Down

0 comments on commit bd68511

Please sign in to comment.