run file through black

This commit is contained in:
onyx-and-iris 2024-06-20 17:01:25 +01:00
parent ea4626b864
commit dcc0fc5ccc

View File

@ -31,7 +31,7 @@ def get_vmpath():
with winreg.OpenKey(
winreg.HKEY_LOCAL_MACHINE, r"{}".format("\\".join((REG_KEY, VM_KEY)))
) as vm_key:
return winreg.QueryValueEx(vm_key, r"UninstallString")[0].strip("\"")
return winreg.QueryValueEx(vm_key, r"UninstallString")[0].strip('"')
try: