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

Skip to content

Commit b483497

Browse files
committed
Add back missing import.
Some crossed PRs removed this import when it was needed by a different PR.
1 parent 6143565 commit b483497

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/matplotlib/backends/backend_agg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737

3838
import matplotlib as mpl
3939
from matplotlib import cbook
40+
from matplotlib import colors as mcolors
4041
from matplotlib.backend_bases import (
4142
_Backend, FigureCanvasBase, FigureManagerBase, RendererBase)
4243
from matplotlib.font_manager import findfont, get_font

0 commit comments

Comments
 (0)