pySim/ts_102_222.py: remove ununsed imports from 'cmd2'

Change-Id: If6c686c8248cd0ad4edb68b84886a6f5f558d0f7
This commit is contained in:
Vadim Yanitskiy 2022-07-14 19:12:21 +07:00
parent 0d9f088853
commit c655518654
1 changed files with 0 additions and 1 deletions

View File

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