From 0d9f08885350c43b0302044b8fc5b67820d36334 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Thu, 14 Jul 2022 19:08:24 +0700 Subject: [PATCH] pySim-shell.py: remove unused imports of 'bg' from 'cmd2' Change-Id: Ic2a73a98f322be391e54215bc5fc3358776da0ae --- pySim-shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pySim-shell.py b/pySim-shell.py index e52c4ef3..33332a22 100755 --- a/pySim-shell.py +++ b/pySim-shell.py @@ -23,7 +23,7 @@ import json import traceback import cmd2 -from cmd2 import style, fg, bg +from cmd2 import style, fg from cmd2 import CommandSet, with_default_category, with_argparser import argparse