Remove unused imports

This commit is contained in:
deepsource-autofix[bot] 2022-09-13 21:28:06 +00:00 committed by GitHub
parent fa9a22d631
commit fbf452c04a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View file

@ -19,7 +19,6 @@
import sys import sys
import json import json
import os import os
import traceback
from gi.repository import Gtk, Gdk, Gio, Adw, GLib, Xdp, XdpGtk4 from gi.repository import Gtk, Gdk, Gio, Adw, GLib, Xdp, XdpGtk4
from material_color_utilities_python import * from material_color_utilities_python import *

View file

@ -31,7 +31,6 @@ from .modules.custom_presets import fetch_presets
from .repo_row import GradienceRepoRow from .repo_row import GradienceRepoRow
from .modules.utils import buglog from .modules.utils import buglog
from .constants import rootdir from .constants import rootdir
from .modules.run_async import RunAsync
@Gtk.Template(resource_path=f"{rootdir}/ui/presets_manager_window.ui") @Gtk.Template(resource_path=f"{rootdir}/ui/presets_manager_window.ui")

View file

@ -29,7 +29,6 @@ from .error import GradienceError
from .settings_schema import settings_schema from .settings_schema import settings_schema
from .palette_shades import GradiencePaletteShades from .palette_shades import GradiencePaletteShades
from .option import GradienceOption from .option import GradienceOption
from .presets_manager_window import GradiencePresetWindow
from .modules.utils import buglog from .modules.utils import buglog
from .constants import rootdir, app_id, build_type from .constants import rootdir, app_id, build_type