mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
Remove some unused imports
This commit is contained in:
@@ -19,11 +19,10 @@
|
||||
# fmt: off
|
||||
# pylint: skip-file
|
||||
|
||||
from math import cos, pi
|
||||
from math import pi
|
||||
from pathlib import Path
|
||||
|
||||
import boltspy as bolts # pyright: ignore[reportMissingImports]
|
||||
import ifcopenshell
|
||||
import ifcopenshell.api
|
||||
import ifcopenshell.api.material
|
||||
import ifcopenshell.api.project
|
||||
|
||||
Reference in New Issue
Block a user