mirror of
https://github.com/onyx-and-iris/nvda-voicemeeter.git
synced 2026-04-07 01:53:29 +00:00
run through ruff
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user