Skip to content

Commit 25354ad

Browse files
style: Format test file with ruff
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 996e820 commit 25354ad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/integration/test_declare.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,9 +440,7 @@ class PipelineConfig(dj.Lookup):
440440
debug_mode : bool
441441
"""
442442

443-
PipelineConfig.insert1(
444-
{"version": "1.0.0", "max_workers": 4, "debug_mode": False}
445-
)
443+
PipelineConfig.insert1({"version": "1.0.0", "max_workers": 4, "debug_mode": False})
446444

447445
result = PipelineConfig.fetch1()
448446
assert result["version"] == "1.0.0"

0 commit comments

Comments
 (0)