We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4be6d commit 13eccc6Copy full SHA for 13eccc6
cli.py
@@ -11,7 +11,7 @@
11
sys.path.append(THEMIX_GUI_PATH)
12
sys.path.append(SCRIPT_DIR)
13
14
-from oomox_gui.terminal import generate_terminal_colors_for_oomox
+from oomox_gui.terminal import generate_terminal_colors_for_oomox # noqa[E402]
15
from oomox_gui.theme_file_parser import read_colorscheme_from_path # noqa[E402]
16
from oomox_gui.theme_file import ThemeT # noqa[E402]
17
0 commit comments