Skip to content

Commit 366a187

Browse files
committed
remove unnecessary imports from top of file
1 parent 8eef4ae commit 366a187

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/ifcplus/api/nuclear.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,15 @@
77
import ifcopenshell.api.geometry
88
import ifcopenshell.api.spatial
99
import ifcplus.api.placement
10-
import ifcopenshell.api.system
11-
import ifcplus.api.system
12-
import ifcopenshell.util.type
13-
import ifcplus.api.element_type
14-
import ifcopenshell.api.type
15-
import numpy as np
1610
import ifcopenshell.util.representation
1711
from typing import cast
18-
import ifcopenshell.api.system
1912
import ifcopenshell.api.root
2013
import ifcopenshell.api.spatial
2114
import ifcplus.api.placement
2215
import ifcplus.api.geometry
23-
import ifcplus.api.profile
2416
import ifcopenshell.api.geometry
25-
import ifcplus.util.geometry
2617
import ifcopenshell.api.material
2718
import numpy as np
28-
import ifcplus.api.system
2919
import ifcopenshell.util.representation
3020
from typing import cast
3121

0 commit comments

Comments
 (0)