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