summaryrefslogtreecommitdiff
path: root/examples/async_printing.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/async_printing.py')
-rwxr-xr-xexamples/async_printing.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/async_printing.py b/examples/async_printing.py
index 15a4445e..6ff3a262 100755
--- a/examples/async_printing.py
+++ b/examples/async_printing.py
@@ -176,7 +176,6 @@ class AlerterApp(cmd2.Cmd):
# Always acquire terminal_lock before printing alerts or updating the prompt
# To keep the app responsive, do not block on this call
if self.terminal_lock.acquire(blocking=False):
-
# Get any alerts that need to be printed
alert_str = self._generate_alert_str()