black and ruff

This commit is contained in:
Bruno Postle
2026-02-11 18:22:45 +00:00
parent 060afb94b5
commit fecd4a810a
8 changed files with 11 additions and 16 deletions
+1 -2
View File
@@ -1,5 +1,3 @@
import pytest
import ifcopenshell
import ifcopenshell.api.aggregate
import ifcopenshell.api.owner.settings
@@ -7,6 +5,7 @@ import ifcopenshell.api.project
import ifcopenshell.api.root
import ifcopenshell.api.spatial
import ifcopenshell.api.unit
import pytest
@pytest.fixture
+2 -3
View File
@@ -4,9 +4,6 @@ import subprocess
import sys
import tempfile
import numpy as np
import pytest
import ifcopenshell
import ifcopenshell.api.aggregate
import ifcopenshell.api.context
@@ -16,6 +13,8 @@ import ifcopenshell.api.project
import ifcopenshell.api.root
import ifcopenshell.api.spatial
import ifcopenshell.api.unit
import numpy as np
import pytest
from ifcquery.clash import clash
-1
View File
@@ -6,7 +6,6 @@ import tempfile
import ifcopenshell
import ifcopenshell.api.project
import pytest