8000 Merge pull request #14299 from efiring/fix_tk_deprecation · matplotlib/matplotlib@ebca3f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit ebca3f2

Browse files
authored
Merge pull request #14299 from efiring/fix_tk_deprecation
Fix #13711 by importing cbook.
2 parents c015c4a + c71395c commit ebca3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/_backend_tk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import numpy as np
1212

1313
import matplotlib
14-
from matplotlib import backend_tools, rcParams
14+
from matplotlib import backend_tools, rcParams, cbook
1515
from matplotlib.backend_bases import (
1616
_Backend, FigureCanvasBase, FigureManagerBase, NavigationToolbar2,
1717
StatusbarBase, TimerBase, ToolContainerBase, cursors)

0 commit comments

Comments
 (0)
0