mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
ifcopenshell-python - clean up unused imports
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with IfcOpenShell. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
from datetime import datetime, time, timedelta
|
||||
from datetime import time
|
||||
from typing import Optional, Union
|
||||
|
||||
import ifcopenshell.api
|
||||
|
||||
@@ -23,9 +23,7 @@ import ifcopenshell.api.control
|
||||
import ifcopenshell.api.owner
|
||||
import ifcopenshell.api.sequence
|
||||
import ifcopenshell.guid
|
||||
import ifcopenshell.util.element
|
||||
import ifcopenshell.util.sequence
|
||||
import ifcopenshell.util.system
|
||||
|
||||
|
||||
def create_baseline(
|
||||
|
||||
Reference in New Issue
Block a user