laforge has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/28599 )
Change subject: pySim/ts_102_222.py: remove ununsed imports from 'cmd2' ......................................................................
pySim/ts_102_222.py: remove ununsed imports from 'cmd2'
Change-Id: If6c686c8248cd0ad4edb68b84886a6f5f558d0f7 --- M pySim/ts_102_222.py 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved; Verified Jenkins Builder: Verified
diff --git a/pySim/ts_102_222.py b/pySim/ts_102_222.py index c7cff85..3c57e5b 100644 --- a/pySim/ts_102_222.py +++ b/pySim/ts_102_222.py @@ -20,7 +20,6 @@ from typing import List
import cmd2 -from cmd2 import style, fg, bg from cmd2 import CommandSet, with_default_category, with_argparser import argparse