diff options
| author | kotfu <kotfu@kotfu.net> | 2019-07-06 14:08:17 -0600 |
|---|---|---|
| committer | kotfu <kotfu@kotfu.net> | 2019-07-06 14:08:17 -0600 |
| commit | 9523c0dc56b4b7c208ea69adeb05c802d9aa10b2 (patch) | |
| tree | 4242cbda155e3acaac01678454abe1a366002a2f /examples/first_app.py | |
| parent | ba8879b3b47b56821db4a406d1f1542811115138 (diff) | |
| download | cmd2-git-9523c0dc56b4b7c208ea69adeb05c802d9aa10b2.tar.gz | |
Fix build error for unused import
Diffstat (limited to 'examples/first_app.py')
| -rwxr-xr-x | examples/first_app.py | 1 |
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 |
