Skip to content

Commit

Permalink
Remove duplicated import
Browse files Browse the repository at this point in the history
  • Loading branch information
qarkai authored and caronc committed Dec 16, 2023
1 parent 90cbf3a commit 30ebc59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apprise/plugins/NotifyDBus.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@

try:
# The following is required for Image/Icon loading only
import gi
gi.require_version('GdkPixbuf', '2.0')
from gi.repository import GdkPixbuf
NOTIFY_DBUS_IMAGE_SUPPORT = True
Expand Down

0 comments on commit 30ebc59

Please sign in to comment.