Fix ruff import ordering complaints

This commit is contained in:
Bruno Postle
2026-04-09 00:43:04 +01:00
parent ebd5fe854f
commit b4558f7f75
3 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
import pytest
import bonsai.core.ifcgit as subject
from test.core.bootstrap import ifcgit, ifc
from test.core.bootstrap import ifc, ifcgit
class MockOperator: