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
@@ -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