Skip to content

Commit

Permalink
make ruff happy
Browse files Browse the repository at this point in the history
  • Loading branch information
geier committed Oct 29, 2023
1 parent ef55a88 commit 1d60f78
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion khal/controllers.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,15 @@ def new_from_string(collection, calendar_name, conf, info, location=None,
'alarms': alarms,
'url': url,
})
new_from_dict(info, collection, conf=conf, format=format, env=env, calendar_name=calendar_name, json=json)
new_from_dict(
info,
collection,
conf=conf,
format=format,
env=env,
calendar_name=calendar_name,
json=json,
)


def new_from_dict(
Expand Down

0 comments on commit 1d60f78

Please sign in to comment.