mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
Quality - run black on api/sequence directory
This commit is contained in:
@@ -40,5 +40,9 @@ class Usecase:
|
||||
ifcopenshell.api.run(
|
||||
"control.unassign_control",
|
||||
self.file,
|
||||
**{"relating_control": self.settings["work_calendar"], "related_object": object})
|
||||
**{
|
||||
"relating_control": self.settings["work_calendar"],
|
||||
"related_object": object,
|
||||
}
|
||||
)
|
||||
self.file.remove(self.settings["work_calendar"])
|
||||
|
||||
Reference in New Issue
Block a user