mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
Sort imports
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user