Skip to content

Commit 90369b7

Browse files
fix: correct import sorting in test_state_persistence.py
Fix isort import sorting check failure in CI pipeline by running isort on tests/test_state_persistence.py to comply with project formatting rules
1 parent d6cd8ba commit 90369b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_state_persistence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ def test_toggle_updates_all_clients(self):
371371
with patch('src.core.game_logic.board_views', mock_board_views):
372372
# Import and call toggle_tile
373373
from src.core.game_logic import toggle_tile
374-
374+
375375
# Debug: check initial state
376376
print(f"Initial clicked_tiles: {mock_clicked_tiles}")
377377
print(f"Initial is_game_closed: False")

0 commit comments

Comments
 (0)