dexter has uploaded this change for review.
card_key_provider: remove unnecessary class property definitions
The two properties csv_file and csv_filename are defined by the
constructor anyway, let's remove the declaration in the class body
because it is not needed.
Change-Id: Ibbe8e17b03a4ba0041c0e9990a5e9614388d9c03
---
M pySim/card_key_provider.py
1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/66/41466/1
diff --git a/pySim/card_key_provider.py b/pySim/card_key_provider.py
index 16403ff..f98f06e 100644
--- a/pySim/card_key_provider.py
+++ b/pySim/card_key_provider.py
@@ -173,9 +173,6 @@
class CardKeyProviderCsv(CardKeyProvider):
"""Card key provider implementation that allows to query against a specified CSV file."""
- csv_file = None
- filename = None
-
def __init__(self, csv_filename: str, transport_keys: dict):
"""
Args:
To view, visit change 41466. To unsubscribe, or for help writing mail filters, visit settings.