Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f0889b4

Browse files
committed
Don't import Pango -- we don't need it.
1 parent 77a484b commit f0889b4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/matplotlib/backends/backend_gtk3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ def fn_name(): return sys._getframe(1).f_code.co_name
55

66
try:
77
from gi.repository import Gtk, Gdk, GObject
8-
from gi.repository import Pango
98
except ImportError:
109
raise ImportError("GTK3 backend requires pygobject to be installed.")
1110

0 commit comments

Comments
 (0)