Skip to content

Commit 532b352

Browse files
committed
black
1 parent 5e03ba7 commit 532b352

File tree

1 file changed

+3
-1
lines changed
  • src/actinia_cloudevent_plugin/resources

1 file changed

+3
-1
lines changed

src/actinia_cloudevent_plugin/resources/config.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ def __init__(self) -> None:
6666
print("Loading config files: " + str(CONFIG_FILES) + " ...")
6767

6868
with open( # noqa: PTH123
69-
GENERATED_CONFIG, "w", encoding="utf-8",
69+
GENERATED_CONFIG,
70+
"w",
71+
encoding="utf-8",
7072
) as configfile:
7173
config.write(configfile)
7274
print("Configuration written to " + GENERATED_CONFIG)

0 commit comments

Comments
 (0)