From: Raphael Michel Date: Wed, 11 Sep 2019 15:09:00 +0000 (+0200) Subject: Remove unused line of code X-Git-Tag: v3.0.0~2^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=29c4215ef0db989444cf72d909d400d8dde936c9;p=thirdparty%2Fpython-fints.git Remove unused line of code --- diff --git a/fints/client.py b/fints/client.py index 7bdb400..7430e0f 100644 --- a/fints/client.py +++ b/fints/client.py @@ -1135,7 +1135,6 @@ class FinTS3PinTanClient(FinTS3Client): def _get_tan_segment(self, orig_seg, tan_process, tan_seg=None): tan_mechanism = self.get_tan_mechanisms()[self.get_current_tan_mechanism()] - hitans = self.bpd.find_segment_first('HITANS', tan_mechanism.VERSION) hktan = IMPLEMENTED_HKTAN_VERSIONS.get(tan_mechanism.VERSION) seg = hktan(tan_process=tan_process)