mirror of
https://github.com/onyx-and-iris/nvda-voicemeeter.git
synced 2025-02-21 12:25:07 +00:00
run through ruff
This commit is contained in:
parent
03252fe30f
commit
ff98aa5f89
@ -2,7 +2,7 @@ import voicemeeterlib
|
||||
|
||||
import nvda_voicemeeter
|
||||
|
||||
KIND_ID = "potato"
|
||||
KIND_ID = 'potato'
|
||||
|
||||
with voicemeeterlib.api(KIND_ID) as vm:
|
||||
with nvda_voicemeeter.draw(KIND_ID, vm) as window:
|
||||
|
Loading…
Reference in New Issue
Block a user