From b61e5db73672622110aeaf838ec6fc9fc4dd628e Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Wed, 3 Jul 2019 17:57:27 +0300 Subject: [PATCH] style --- tools/testing/tests/tester.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/tests/tester.py b/tools/testing/tests/tester.py index dbc88f9..011c1c2 100644 --- a/tools/testing/tests/tester.py +++ b/tools/testing/tests/tester.py @@ -62,7 +62,7 @@ class Tester: self.ctap1 = tester.ctap1 self.client = tester.client - def find_device(self, nfcInterfaceOnly = False): + def find_device(self, nfcInterfaceOnly=False): dev = None if not nfcInterfaceOnly: print("--- HID ---")