mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-29 00:03:17 +00:00
ruff: sort imports
This commit is contained in:
@@ -24,12 +24,12 @@ import os
|
||||
import re
|
||||
import sys
|
||||
from typing import Literal, Optional, TypedDict, Union
|
||||
from typing_extensions import NotRequired
|
||||
|
||||
import ifcopenshell
|
||||
import ifcopenshell.util.element
|
||||
import ifcopenshell.util.placement
|
||||
import ifcopenshell.util.unit
|
||||
from typing_extensions import NotRequired
|
||||
|
||||
from .facet import Facet, FacetFailure
|
||||
from .ids import Ids, Specification
|
||||
|
||||
Reference in New Issue
Block a user