Ran black on codes
This commit is contained in:
parent
fad306b932
commit
7e58fee171
2 changed files with 54 additions and 31 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue