]> git.ipfire.org Git - thirdparty/python-fints.git/commitdiff
Remove unused line of code
authorRaphael Michel <mail@raphaelmichel.de>
Wed, 11 Sep 2019 15:09:00 +0000 (17:09 +0200)
committerRaphael Michel <mail@raphaelmichel.de>
Wed, 11 Sep 2019 15:09:00 +0000 (17:09 +0200)
fints/client.py

index 7bdb400329a764e7c654387c678b492afcc6f7b8..7430e0f438b51876b4667361c81ce4492c3f390b 100644 (file)
@@ -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)