We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c516698 commit 973fefbCopy full SHA for 973fefb
client_test_lib/fixtures/client_fixtures.py
@@ -21,7 +21,10 @@
21
from client_test_lib.tools.external_conn import ExternalConnection
22
from client_test_lib.tools.local_conn import LocalConnection
23
from client_test_lib.tools.serial_conn import SerialConnection
24
-from client_test_lib.tools.utils import get_serial_port_for_mbed, get_serial_port_for_pyocd
+from client_test_lib.tools.utils import (
25
+ get_serial_port_for_mbed,
26
+ get_serial_port_for_pyocd,
27
+)
28
29
log = logging.getLogger(__name__)
30
0 commit comments