From a1561fe9aeb96110432440f43d95a48606848481 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 9 Jul 2023 22:25:13 +0200 Subject: [PATCH] ts_102_222: Remove unneeded imports Change-Id: I0fc54a042f03ecf707fde81a859c7dd65a7009cc --- pySim/ts_102_222.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pySim/ts_102_222.py b/pySim/ts_102_222.py index f8fdddbd..a4ea4534 100644 --- a/pySim/ts_102_222.py +++ b/pySim/ts_102_222.py @@ -23,9 +23,6 @@ import cmd2 from cmd2 import CommandSet, with_default_category, with_argparser import argparse -from pySim.ts_31_102 import EF_UST_map, EF_USIM_ADF_map -from pySim.ts_31_103 import EF_IST_map, EF_ISIM_ADF_map - from pySim.exceptions import * from pySim.utils import h2b, swap_nibbles, b2h, JsonEncoder