Sort out imports

This commit is contained in:
Andrej730
2026-03-04 15:41:39 +05:00
parent 951ade4b57
commit 619848823c
11 changed files with 20 additions and 22 deletions
+2 -2
View File
@@ -16,10 +16,9 @@
# You should have received a copy of the GNU General Public License
# along with Bonsai. If not, see <http://www.gnu.org/licenses/>.
import json
import contextlib
import json
import tempfile
import numpy as np
from pathlib import Path
from tempfile import NamedTemporaryFile
@@ -30,6 +29,7 @@ import ifcopenshell.api.document
import ifcopenshell.api.root
import ifcopenshell.api.unit
import ifcpatch
import numpy as np
from ifcpatch.recipes import Ifc2Sql
import bonsai.core.tool