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

Skip to content

Commit 49ebaab

Browse files
committed
Remove unused import in toolmanager example
1 parent 8d60d54 commit 49ebaab

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)