pySim-shell.py: remove unused imports of 'bg' from 'cmd2'

Change-Id: Ic2a73a98f322be391e54215bc5fc3358776da0ae
This commit is contained in:
Vadim Yanitskiy 2022-07-14 19:08:24 +07:00
parent 6f8cf9b315
commit 0d9f088853
1 changed files with 1 additions and 1 deletions

View File

@ -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