summaryrefslogtreecommitdiff
path: root/examples/first_app.py
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2019-07-06 14:08:17 -0600
committerkotfu <kotfu@kotfu.net>2019-07-06 14:08:17 -0600
commit9523c0dc56b4b7c208ea69adeb05c802d9aa10b2 (patch)
tree4242cbda155e3acaac01678454abe1a366002a2f /examples/first_app.py
parentba8879b3b47b56821db4a406d1f1542811115138 (diff)
downloadcmd2-git-9523c0dc56b4b7c208ea69adeb05c802d9aa10b2.tar.gz
Fix build error for unused import
Diffstat (limited to 'examples/first_app.py')
-rwxr-xr-xexamples/first_app.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/first_app.py b/examples/first_app.py
index 4c2d977c..b5bd07e9 100755
--- a/examples/first_app.py
+++ b/examples/first_app.py
@@ -13,7 +13,6 @@ A simple application using cmd2 which demonstrates 8 key features:
* History
"""
import argparse
-import random
import cmd2