mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
Quality - run black on api/sequence directory
This commit is contained in:
@@ -36,6 +36,9 @@ class Usecase:
|
||||
)
|
||||
context = self.file.by_type("IfcContext")[0]
|
||||
ifcopenshell.api.run(
|
||||
"project.assign_declaration", self.file, definition=work_calendar, relating_context=context
|
||||
"project.assign_declaration",
|
||||
self.file,
|
||||
definition=work_calendar,
|
||||
relating_context=context,
|
||||
)
|
||||
return work_calendar
|
||||
|
||||
Reference in New Issue
Block a user