Skip to content

Commit 4161efe

Browse files
committed
Removed debug code.
1 parent df99fc8 commit 4161efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/async_printing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class AlerterApp(cmd2.Cmd):
3232

3333
def __init__(self) -> None:
3434
"""Initializer."""
35-
super().__init__(multiline_commands=["help"])
35+
super().__init__()
3636

3737
self.prompt = "(APR)> "
3838

0 commit comments

Comments
 (0)