mirror of
https://github.com/aclist/dztui.git
synced 2026-08-26 01:37:18 +02:00
chore: drop unused import
This commit is contained in:
parent
c5b41346ca
commit
22c82677cb
@ -10,10 +10,6 @@ import gi
|
||||
gi.require_version("Gtk", "3.0")
|
||||
from gi.repository import Gtk # noqa E402
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from gi.repository import Gdk
|
||||
|
||||
|
||||
class AbortDialog(Gtk.MessageDialog):
|
||||
def __init__(self, string: str, buttons: Gtk.ButtonsType) -> None:
|
||||
super().__init__(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user