Skip to content

Commit

Permalink
Remove some unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorni committed Jul 26, 2023
1 parent 01d36ae commit ea56913
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/application.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-3.0-or-later

import sys
import gi

from gi.repository import Adw, Gtk, Gio

Expand Down
2 changes: 1 addition & 1 deletion src/card_edit_view.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later

from gi.repository import Adw, Gtk
from gi.repository import Gtk

@Gtk.Template(resource_path='/io/github/fkinoshita/FlashCards/ui/card_edit_view.ui')
class CardEditView(Gtk.Box):
Expand Down
2 changes: 0 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

gi.require_version('Gtk', '4.0')
gi.require_version('Adw', '1')

from gi.repository import Adw, Gtk, Gio
from .application import Application


Expand Down
2 changes: 1 addition & 1 deletion src/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
from pathlib import Path

from gi.repository import Gdk, Gio
from gi.repository import Gio

schema = Gio.Settings.new("io.github.fkinoshita.FlashCards")

Expand Down

0 comments on commit ea56913

Please sign in to comment.