Ran black on codes

This commit is contained in:
Griatch 2020-09-27 17:55:08 +02:00
parent fad306b932
commit 7e58fee171
2 changed files with 54 additions and 31 deletions

View file

@ -548,7 +548,8 @@ class EvMenu:
if clashing_kwargs:
raise RuntimeError(
f"Evmenu startnode_inputs includes kwargs {tuple(clashing_kwargs)} that "
"clashes with EvMenu's internal usage.")
"clashes with EvMenu's internal usage."
)
# start the menu
self.goto(self._startnode, startnode_input, **startnode_kwargs)