run black

This commit is contained in:
Sigma Dimensions
2023-05-02 02:27:32 +01:00
parent 0ba79dc105
commit 2c31fc6b25
7 changed files with 58 additions and 11 deletions
@@ -54,7 +54,10 @@ class Usecase:
recurrence_pattern=pattern, attributes={"WeekdayComponent": [1, 2, 3, 4, 5]})
"""
self.file = file
self.settings = {"recurrence_pattern": recurrence_pattern, "attributes": attributes or {}}
self.settings = {
"recurrence_pattern": recurrence_pattern,
"attributes": attributes or {},
}
def execute(self):
for name, value in self.settings["attributes"].items():