From e1a5e73106a74c77a15cfcbd8e11bc8799a9e92e Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 4 Sep 2024 18:52:06 +0500 Subject: [PATCH] black format --- src/ifcopenshell-python/ifcopenshell/file.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/ifcopenshell-python/ifcopenshell/file.py b/src/ifcopenshell-python/ifcopenshell/file.py index 29c991e0e7..1b67adbefb 100644 --- a/src/ifcopenshell-python/ifcopenshell/file.py +++ b/src/ifcopenshell-python/ifcopenshell/file.py @@ -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