From e7bc3dc59015d54280a34e64abf705c9b353a3be Mon Sep 17 00:00:00 2001 From: TiM Date: Thu, 2 Jul 2026 11:23:29 +1200 Subject: [PATCH] style: black-format test_import_footprint.py Collapse a multi-line .format() call onto one line so `black --check` passes. The file was committed unformatted, failing the Lint and type-check CI job on master (unrelated to any feature change). --- tests/test_import_footprint.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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