diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2022-01-04 23:55:32 +0100 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2022-01-04 23:55:32 +0100 |
commit | 1dc27b05863912170b7dc8f585023b3b99958a55 (patch) | |
tree | 34e343d2ec49607af5a22b42faeb2fd3f46db1ba | |
parent | 4a18b7b9ec577f044066d1167a8267eced215d5e (diff) |
Remove unused import sys
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
-rwxr-xr-x | brightness.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/brightness.py b/brightness.py index 0cebd00..a88e2f8 100755 --- a/brightness.py +++ b/brightness.py @@ -8,7 +8,7 @@ Usage: ''' import re -import sys + import docopt backlight_prefix_path = '/sys/class/backlight/intel_backlight' |