mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Run black on IfcOpenShell-python.
This commit is contained in:
@@ -32,7 +32,7 @@ class Usecase:
|
||||
# IfcTextLiteral
|
||||
"ifc_representation_class": None, # Whether to cast a mesh into a particular class
|
||||
"profile_set_usage": None, # The material profile set if the extrusion requires it
|
||||
"text_literal": None, # The text literal if the representation requires it
|
||||
"text_literal": None, # The text literal if the representation requires it
|
||||
}
|
||||
self.ifc_vertices = []
|
||||
for key, value in settings.items():
|
||||
|
||||
@@ -26,8 +26,10 @@ class Usecase:
|
||||
|
||||
if conversion_offset:
|
||||
return self.file.createIfcConversionBasedUnitWithOffset(
|
||||
exponents, unit_type, self.settings["name"], conversion_factor, conversion_offset,
|
||||
exponents,
|
||||
unit_type,
|
||||
self.settings["name"],
|
||||
conversion_factor,
|
||||
conversion_offset,
|
||||
)
|
||||
return self.file.createIfcConversionBasedUnit(
|
||||
exponents, unit_type, self.settings["name"], conversion_factor
|
||||
)
|
||||
return self.file.createIfcConversionBasedUnit(exponents, unit_type, self.settings["name"], conversion_factor)
|
||||
|
||||
Reference in New Issue
Block a user