mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
chg: removed whitespaces.
This commit is contained in:
parent
a82d5bf708
commit
1b61e01f0e
5 changed files with 11 additions and 11 deletions
|
@ -11,7 +11,7 @@ import pm3_eml2mfd, pm3_mfd2eml
|
|||
class TestEmlMfd(unittest.TestCase):
|
||||
def setUp(self):
|
||||
self.tmpdir = mkdtemp()
|
||||
|
||||
|
||||
def tearDown(self):
|
||||
rmtree(self.tmpdir)
|
||||
|
||||
|
@ -46,7 +46,7 @@ def hex_c14n(inp):
|
|||
"""
|
||||
Canonicalizes the input string by removing non-hexadecimal
|
||||
characters and making everything uppercase
|
||||
"""
|
||||
"""
|
||||
return ''.join(c.upper() for c in inp if c in hexdigits)
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue