Skip to content

Commit ddf7619

Browse files
committed
fix: fix import
1 parent d2b3b6a commit ddf7619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchcam/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
from typing import cast
77

88
import numpy as np
9-
from matplotlib.colormaps import get_cmap
109
from matplotlib.colors import Colormap
10+
from matplotlib.pyplot import get_cmap
1111
from PIL.Image import Image, Resampling, fromarray
1212

1313

0 commit comments

Comments
 (0)