From 09cc8a2d2746d2fc0474e0367632630ae82f281d Mon Sep 17 00:00:00 2001 From: "kuldeep.k@cisinlabs.com" Date: Tue, 28 Sep 2021 22:16:39 +0530 Subject: [PATCH] Updated import placement & added bare except ignore comment --- src/plugins/notification_notify2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/notification_notify2.py b/src/plugins/notification_notify2.py index 84ecbdde..f62e55cd 100644 --- a/src/plugins/notification_notify2.py +++ b/src/plugins/notification_notify2.py @@ -4,8 +4,8 @@ Notification plugin using notify2 """ import gi -gi.require_version('Notify', '0.7') from gi.repository import Notify +gi.require_version('Notify', '0.7') Notify.init('pybitmessage')