Sort imports

This commit is contained in:
Andrej730
2025-12-19 18:53:04 +05:00
parent 29176330e8
commit 13be6ccd45
731 changed files with 2234 additions and 1709 deletions
+2 -3
View File
@@ -47,11 +47,10 @@ cf. <https://technical.buildingsmart.org/resources/ifcimplementationguidance/ifc
# IMPORTS
# ----------------------------------------------------------------
from base64 import b64encode
from base64 import b64decode
from uuid import uuid4
import re
import string
from base64 import b64decode, b64encode
from uuid import uuid4
# ----------------------------------------------------------------
# EXPORTS