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

Skip to content

Commit 0a911e2

Browse files
committed
FIX: add missing import
1 parent b51807d commit 0a911e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/cm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"""
1717

1818
from collections.abc import Mapping, MutableMapping
19+
import functools
1920

2021
import numpy as np
2122
from numpy import ma

0 commit comments

Comments
 (0)