8000 Merge pull request #10213 from anntzer/fix-tkagg · matplotlib/matplotlib@2facc69 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2facc69

Browse files
authored
Merge pull request #10213 from anntzer/fix-tkagg
Add missing import to backend_tkagg.
2 parents 4f89ef2 + 36ce1fa commit 2facc69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_tkagg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import matplotlib.backends.windowing as windowing
1717

1818
import matplotlib
19-
from matplotlib import backend_tools, rcParams
19+
from matplotlib import backend_tools, cbook, rcParams
2020
from matplotlib.backend_bases import (
2121
_Backend, FigureCanvasBase, FigureManagerBase, NavigationToolbar2,
2222
StatusbarBase, TimerBase, ToolContainerBase, cursors)

0 commit comments

Comments
 (0)
0