From 9523c0dc56b4b7c208ea69adeb05c802d9aa10b2 Mon Sep 17 00:00:00 2001 From: kotfu Date: Sat, 6 Jul 2019 14:08:17 -0600 Subject: Fix build error for unused import --- examples/first_app.py | 1 - 1 file changed, 1 deletion(-) (limited to 'examples') 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 -- cgit v1.2.1