Skip to content

Commit 5258a3f

Browse files
committed
Flake8
1 parent 86249a8 commit 5258a3f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/test_bleak_v1_compatibility.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
)
1313

1414
hardware_only_on_linux = pytest.mark.skipif(
15-
"sys.platform.lower() in ['linux', 'win32'] and os.environ.get('TEST_HARDWARE') is None",
15+
(
16+
"sys.platform.lower() in ['linux', 'win32'] and "
17+
+ "os.environ.get('TEST_HARDWARE') is None"
18+
),
1619
allow_module_level=True,
1720
)
1821

0 commit comments

Comments
 (0)