From d2ebee4a6e55798f9d5fa41f8e2a200005b87cde Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Thu, 14 Mar 2019 00:06:19 -0400 Subject: Fixed how shortcuts are set in examples --- examples/async_printing.py | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/async_printing.py') diff --git a/examples/async_printing.py b/examples/async_printing.py index dddbc352..60119a9c 100755 --- a/examples/async_printing.py +++ b/examples/async_printing.py @@ -32,7 +32,6 @@ class AlerterApp(cmd2.Cmd): def __init__(self, *args, **kwargs) -> None: """ Initializer """ - super().__init__(*args, **kwargs) self.prompt = "(APR)> " -- cgit v1.2.1