mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 14:33:28 +00:00
bonsai - sort imports
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import argparse
|
||||
|
||||
import ifcopenshell
|
||||
|
||||
from ifc4d.msp2ifc import MSP2Ifc
|
||||
from ifc4d.p6xer2ifc import P6XER2Ifc
|
||||
from ifc4d.p62ifc import P62Ifc
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
import datetime
|
||||
import xml.etree.ElementTree as ET
|
||||
|
||||
|
||||
from .common import ScheduleIfcGenerator
|
||||
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ from collections import defaultdict
|
||||
from datetime import timedelta
|
||||
from typing import Any
|
||||
|
||||
|
||||
from .common import Activity, Calendar, ScheduleIfcGenerator, WBSEntry
|
||||
from .wpattern import AstaCalendarWorkPattern
|
||||
|
||||
|
||||
Reference in New Issue
Block a user