mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
black format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user