ruff - sort imports

This commit is contained in:
Andrej730
2026-01-30 15:37:12 +05:00
parent 6a63c651d3
commit 47ac909a81
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
# along with Bonsai. If not, see <http://www.gnu.org/licenses/>.
import bonsai.core.type as subject
from test.core.bootstrap import ifc, model, type, geometry
from test.core.bootstrap import geometry, ifc, model, type
class TestAssignType: