Skip to content

Commit 035c4ad

Browse files
committed
Ruff formatting
1 parent dc23c7b commit 035c4ad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_maxarea.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,9 @@
5454

5555
# On some ARM chips (e.g. Apple M1), results are slightly different, so we allow a 1 frame
5656
# delta on the events for those platforms.
57-
BASE_COMMAND_TIMECODE_LIST_GOLDEN = (
58-
"""
57+
BASE_COMMAND_TIMECODE_LIST_GOLDEN = """
5958
00:00:08.229,00:00:32.113,00:00:33.117,00:00:38.937
6059
"""[1:]
61-
)
6260

6361

6462
def _run_dvr_scan(args: List[str]) -> str:

0 commit comments

Comments
 (0)