bonsai - sort imports

This commit is contained in:
Andrej730
2026-01-26 17:11:12 +05:00
parent 1319391a6b
commit 953c5fddc6
524 changed files with 3338 additions and 2344 deletions
+7 -5
View File
@@ -19,17 +19,19 @@
import os
import re
import bpy
import pytest
import webbrowser
import bonsai.bim.handler
import bonsai.tool as tool
import bpy
import ifcopenshell
import ifcopenshell.util.element
import ifcopenshell.util.representation
from bonsai.bim.ifc import IfcStore
import pytest
from mathutils import Vector
import bonsai.bim.handler
import bonsai.tool as tool
from bonsai.bim.ifc import IfcStore
# Monkey-patch webbrowser opening since we want to test headlessly
webbrowser.open = lambda x: True