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 = {
"file_description": [
"description",
"implementation_level"
"implementation_level",
],
"file_name": [
"name",
@@ -44,10 +44,11 @@ HEADER_FIELDS = {
"organization",
"preprocessor_version",
"originating_system",
"authorization"
]
"authorization",
],
}
class Transaction:
def __init__(self, ifc_file):
self.file = ifc_file