diff --git a/monitorcontrol/vcp/vcp_windows.py b/monitorcontrol/vcp/vcp_windows.py index f63d7e3..45d7438 100644 --- a/monitorcontrol/vcp/vcp_windows.py +++ b/monitorcontrol/vcp/vcp_windows.py @@ -185,7 +185,7 @@ def get_vcp_capabilities(self): except OSError as e: raise VCPError("failed to get VCP capabilities") from e return cap_string.value.decode("ascii") - + def save_current_settings(self): """ Saves the current settings to monitor NVRAM. @@ -201,7 +201,7 @@ def save_current_settings(self): raise VCPError("failed to save current settings: " + ctypes.FormatError()) except OSError as e: raise VCPError("failed to close handle") from e - + def get_vcps() -> List[WindowsVCP]: """ Opens handles to all physical VCPs.