diff options
author | ThanosApollo <[email protected]> | 2022-09-18 16:21:43 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-09-18 16:21:43 +0300 |
commit | f9e58112c3bcdc4f364677f825857aea29da7992 (patch) | |
tree | dac9fea1c11279dbdbf91ec1147b41dafbbe3b7e | |
parent | ff30625189e749d89a9ff4e5e8d4da86d64b2783 (diff) |
Fix imports
-rw-r--r-- | .config/qtile/keys.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/qtile/keys.py b/.config/qtile/keys.py index efd1bb0..8667d2e 100644 --- a/.config/qtile/keys.py +++ b/.config/qtile/keys.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -from libqtile.config import Key, Screen +from libqtile.config import Key from libqtile.command import lazy |