black format

This commit is contained in:
Andrej730
2024-09-04 18:52:06 +05:00
parent 1282f5c308
commit e1a5e73106
+4 -3
View File
@@ -35,7 +35,7 @@ if TYPE_CHECKING:
HEADER_FIELDS = { HEADER_FIELDS = {
"file_description": [ "file_description": [
"description", "description",
"implementation_level" "implementation_level",
], ],
"file_name": [ "file_name": [
"name", "name",
@@ -44,10 +44,11 @@ HEADER_FIELDS = {
"organization", "organization",
"preprocessor_version", "preprocessor_version",
"originating_system", "originating_system",
"authorization" "authorization",
] ],
} }
class Transaction: class Transaction:
def __init__(self, ifc_file): def __init__(self, ifc_file):
self.file = ifc_file self.file = ifc_file