From c655518654e965cee83ecb760fbd48b6db2d9f0d Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Thu, 14 Jul 2022 19:12:21 +0700 Subject: [PATCH] pySim/ts_102_222.py: remove ununsed imports from 'cmd2' Change-Id: If6c686c8248cd0ad4edb68b84886a6f5f558d0f7 --- pySim/ts_102_222.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pySim/ts_102_222.py b/pySim/ts_102_222.py index c7cff85c..3c57e5b6 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