mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-16 02:24:30 +00:00
Sort imports
This commit is contained in:
@@ -17,8 +17,9 @@
|
||||
# along with IfcOpenShell. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
from typing import Literal, Optional, Union
|
||||
|
||||
import ifcopenshell.util.system
|
||||
from typing import Optional, Union, Literal
|
||||
|
||||
group_types: dict[str, tuple[str, ...]] = {
|
||||
"IfcZone": ("IfcZone", "IfcSpace", "IfcSpatialZone"),
|
||||
|
||||
Reference in New Issue
Block a user