laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/pysim/+/35812?usp=email )

Change subject: pylint: exceptions.py
......................................................................

pylint: exceptions.py

pySim/exceptions.py:27:4: W0107: Unnecessary pass statement (unnecessary-pass)
pySim/exceptions.py:32:4: W0107: Unnecessary pass statement (unnecessary-pass)
pySim/exceptions.py:37:4: W0107: Unnecessary pass statement (unnecessary-pass)

Change-Id: Ibd0725ceb5fdcdc0995c39a4449ada2fd6088552
---
M pySim/exceptions.py
1 file changed, 13 insertions(+), 3 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved




diff --git a/pySim/exceptions.py b/pySim/exceptions.py
index c6a81a1..f726aa6 100644
--- a/pySim/exceptions.py
+++ b/pySim/exceptions.py
@@ -24,17 +24,14 @@

 class NoCardError(Exception):
     """No card was found in the reader."""
-    pass


 class ProtocolError(Exception):
     """Some kind of protocol level error interfacing with the card."""
-    pass


 class ReaderError(Exception):
     """Some kind of general error with the card reader."""
-    pass


 class SwMatchError(Exception):

--
To view, visit https://gerrit.osmocom.org/c/pysim/+/35812?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Ibd0725ceb5fdcdc0995c39a4449ada2fd6088552
Gerrit-Change-Number: 35812
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged

Reply via email to