Removed the unnecessary gettext import

This commit is contained in:
ArtyIF 2022-07-29 17:05:24 +03:00
parent 32f3502ad9
commit 77d9ab503f
4 changed files with 0 additions and 5 deletions

View file

@ -26,7 +26,6 @@
# use or other dealings in this Software without prior written
# authorization.
from gettext import gettext as _
from gi.repository import Gtk, Adw
@Gtk.Template(resource_path='/com/github/ArtyIF/AdwCustomizer/ui/app_type_dialog.ui')

View file

@ -31,7 +31,6 @@ import json
import os
import re
import traceback
from gettext import gettext as _
from anyascii import anyascii

View file

@ -26,7 +26,6 @@
# use or other dealings in this Software without prior written
# authorization.
from gettext import gettext as _
from gi.repository import Gtk, Gdk, Adw
@Gtk.Template(resource_path='/com/github/ArtyIF/AdwCustomizer/ui/option.ui')

View file

@ -1,5 +1,3 @@
from gettext import gettext as _
settings_schema = {
"groups": [
{