Merge branch 'melonboy157-master-patch-19187' into 'master'

Removed unused import

See merge request dwt1/dotfiles!69
This commit is contained in:
Derek Taylor 2022-07-27 16:45:45 +00:00
commit 34a732c5f4
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ from libqtile.config import Click, Drag, Group, KeyChord, Key, Match, Screen
from libqtile.command import lazy from libqtile.command import lazy
from libqtile import layout, bar, widget, hook from libqtile import layout, bar, widget, hook
from libqtile.lazy import lazy from libqtile.lazy import lazy
from libqtile.utils import guess_terminal
from typing import List # noqa: F401 from typing import List # noqa: F401
mod = "mod4" # Sets mod key to SUPER/WINDOWS mod = "mod4" # Sets mod key to SUPER/WINDOWS