From 83a37750d13e86ba4ec449f3049be91d08ae71bb Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 1 Jan 2021 00:28:46 -0500 Subject: [PATCH] linting --- pydualsense/hidguardian.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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