Skip to content

Commit 13eccc6

Browse files
committed
style: flake8
1 parent 4f4be6d commit 13eccc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
sys.path.append(THEMIX_GUI_PATH)
1212
sys.path.append(SCRIPT_DIR)
1313

14-
from oomox_gui.terminal import generate_terminal_colors_for_oomox
14+
from oomox_gui.terminal import generate_terminal_colors_for_oomox # noqa[E402]
1515
from oomox_gui.theme_file_parser import read_colorscheme_from_path # noqa[E402]
1616
from oomox_gui.theme_file import ThemeT # noqa[E402]
1717

0 commit comments

Comments
 (0)