mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 10:33:20 +00:00
Sort imports
This commit is contained in:
@@ -19,9 +19,10 @@
|
||||
# Note: it is the intent for you to override these with your own functions
|
||||
|
||||
|
||||
import ifcopenshell
|
||||
from typing import Union
|
||||
|
||||
import ifcopenshell
|
||||
|
||||
|
||||
def get_application(ifc: ifcopenshell.file) -> Union[ifcopenshell.entity_instance, None]:
|
||||
"""Returns the application representing the authoring software
|
||||
|
||||
Reference in New Issue
Block a user