diff --git a/src/plugins/notification_notify2.py b/src/plugins/notification_notify2.py index f62e55cd..f851737d 100644 --- a/src/plugins/notification_notify2.py +++ b/src/plugins/notification_notify2.py @@ -4,8 +4,8 @@ Notification plugin using notify2 """ import gi -from gi.repository import Notify gi.require_version('Notify', '0.7') +from gi.repository import Notify # noqa:E402 Notify.init('pybitmessage')