Skip to content

Commit f88893b

Browse files
committed
fix: lint error after formatting
1 parent cef39f8 commit f88893b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/interfaces/test_pulse.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ def create_dummy_instance() -> Tuple[Path, subprocess.Popen]:
487487
load-module module-null-sink sink_name=testsink2 channels=6 channel_map=front-left,front-right,rear-left,rear-right,front-center,lfe
488488
load-module module-null-source source_name=testsource1
489489
load-module module-null-source source_name=testsource2
490-
""".encode()
491-
) # noqa: E501
490+
""".encode() # noqa: E501
491+
)
492492
proc.stdin.close()
493493
return Path(pulse_dir), proc

0 commit comments

Comments
 (0)