mirror of
https://github.com/onyx-and-iris/nvda-addon-voicemeeter.git
synced 2026-04-18 17:13:31 +00:00
re-run through ruff formatter
This commit is contained in:
@@ -9,7 +9,7 @@ from .kinds import KindId, request_kind_map
|
||||
|
||||
|
||||
class GlobalPlugin(CommandsMixin, globalPluginHandler.GlobalPlugin):
|
||||
__kind_id = config.get("voicemeeter", "potato")
|
||||
__kind_id = config.get('voicemeeter', 'potato')
|
||||
__gestures = util._make_gestures(__kind_id)
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user