Skip to content

Commit

Permalink
improve: remove MatplotlibDeprecationWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdwkimdw authored Jun 20, 2023
1 parent 03ea256 commit 13a43c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyannote/core/notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def __init__(self):
self.reset()

def reset(self):
from matplotlib.cm import get_cmap
from matplotlib.pyplot import get_cmap

linewidth = [3, 1]
linestyle = ["solid", "dashed", "dotted"]
Expand Down

0 comments on commit 13a43c2

Please sign in to comment.