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

Skip to content

Commit 64ffc46

Browse files
authored
Merge pull request #9986 from dstansby/toolmanager-example
DOC: Remove unused import in toolmanager example
2 parents 1d1d23e + 49ebaab commit 64ffc46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/user_interfaces/toolmanager_sgskip.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
matplotlib.rcParams['toolbar'] = 'toolmanager'
2121
import matplotlib.pyplot as plt
2222
from matplotlib.backend_tools import ToolBase, ToolToggleBase
23-
from gi.repository import Gtk, Gdk
2423

2524

2625
class ListTools(ToolBase):

0 commit comments

Comments
 (0)