Skip to content

Commit e736cf8

Browse files
committed
Fix ruff lint errors: remove unused imports and sort import block
1 parent dc169cf commit e736cf8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/echoes/test_sim_engine.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
"""
88

99
from __future__ import annotations
10+
1011
import pytest
11-
from gengine.echoes.settings import SimulationConfig, SimulationLimits
12+
1213
from gengine.echoes.sim import SimEngine
1314
from gengine.echoes.sim.engine import EngineNotInitializedError
1415

0 commit comments

Comments
 (0)