laforge has uploaded this change for review.

View Change

pylint: apdu_source/pyshark_rspro

pySim/apdu_source/pyshark_rspro.py:19:0: W0611: Unused import sys (unused-import)
pySim/apdu_source/pyshark_rspro.py:21:0: W0611: Unused pprint imported from pprint as pp (unused-import)
pySim/apdu_source/pyshark_rspro.py:25:0: W0611: Unused b2h imported from pySim.utils (unused-import)

Change-Id: Ibe8482d8adbb82a74f36b0d64bc5dae27da02b73
---
M pySim/apdu_source/pyshark_rspro.py
1 file changed, 14 insertions(+), 3 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/28/35828/1
diff --git a/pySim/apdu_source/pyshark_rspro.py b/pySim/apdu_source/pyshark_rspro.py
index 039326a..a0e30ed 100644
--- a/pySim/apdu_source/pyshark_rspro.py
+++ b/pySim/apdu_source/pyshark_rspro.py
@@ -16,13 +16,11 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.


-import sys
import logging
-from pprint import pprint as pp
from typing import Tuple
import pyshark

-from pySim.utils import h2b, b2h
+from pySim.utils import h2b
from pySim.apdu import Tpdu
from . import ApduSource, PacketType, CardReset


To view, visit change 35828. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Ibe8482d8adbb82a74f36b0d64bc5dae27da02b73
Gerrit-Change-Number: 35828
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge@osmocom.org>
Gerrit-MessageType: newchange