diff options
-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 |