diff --git a/tests/test_import_footprint.py b/tests/test_import_footprint.py index e915985..147fb3a 100644 --- a/tests/test_import_footprint.py +++ b/tests/test_import_footprint.py @@ -64,9 +64,7 @@ def exec_module(self, module): sys.meta_path.insert(0, _Recorder()) import snowflake_sql_api # noqa: F401 print(",".join(sorted(set(attempted)))) -""".format( - forbidden=FORBIDDEN_ON_BARE_IMPORT -) +""".format(forbidden=FORBIDDEN_ON_BARE_IMPORT) _TIMING_SCRIPT = """ import time