Skip to content

Commit 70404ef

Browse files
committed
Fix ruff warnings from #24158. NFC
1 parent 191966a commit 70404ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/ports/sdl2_mixer.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
}
1919

2020
OPTIONS = {
21-
'formats': 'A comma separated list of formats (ex: --use-port=sdl2_mixer:formats=ogg,mp3)'
21+
'formats': 'A comma separated list of formats (ex: --use-port=sdl2_mixer:formats=ogg,mp3)',
2222
}
2323

2424
SUPPORTED_FORMATS = {'ogg', 'mp3', 'mod', 'mid'}
2525

2626
# user options (from --use-port)
2727
opts: Dict[str, Set] = {
28-
'formats': set()
28+
'formats': set(),
2929
}
3030

3131

0 commit comments

Comments
 (0)