diff --git a/pydualsense/hidguardian.py b/pydualsense/hidguardian.py index 2449b39..b8810e4 100644 --- a/pydualsense/hidguardian.py +++ b/pydualsense/hidguardian.py @@ -15,4 +15,4 @@ def check_hide(self) -> bool: except OSError as e: print(e) - return False \ No newline at end of file + return False