Skip to content

Commit 15551fd

Browse files
committed
♻️ (test_max_depth_repro.py): add blank lines after imports for better readability
Adding blank lines separates imports from the function definition, improving code structure and maintainability in line with Python style conventions.
1 parent 9f184f0 commit 15551fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_max_depth_repro.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import tempfile
22
from pathlib import Path
3+
34
from cedarmapper.cli.main import run_cli
45

6+
57
def test_max_depth_filtering():
68
"""
79
Verify strict max-depth filtering behavior.

0 commit comments

Comments
 (0)