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
@@ -37,5 +37,7 @@ class Usecase:
for rel in self.settings["work_schedule"].Controls:
for related_object in rel.RelatedObjects:
if related_object.is_a("IfcTask"):
ifcopenshell.api.run("sequence.remove_task", self.file, task=related_object)
ifcopenshell.api.run(
"sequence.remove_task", self.file, task=related_object
)
self.file.remove(self.settings["work_schedule"])