Quality - run black on api/sequence directory

This commit is contained in:
bosonprojets
2022-09-09 02:25:20 +01:00
parent 4689cc858a
commit 87f0475b99
25 changed files with 477 additions and 150 deletions
@@ -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"])