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
@@ -39,6 +39,9 @@ class Usecase:
rel_aggregates = ifcopenshell.api.run(
"aggregate.assign_object",
self.file,
**{"product": self.settings["work_schedule"], "relating_object": self.settings["work_plan"]}
**{
"product": self.settings["work_schedule"],
"relating_object": self.settings["work_plan"],
}
)
return rel_aggregates