Skip to content

Commit

Permalink
migrate mpl.cbook.iterable to numpy.iterable
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Jun 6, 2019
1 parent 2d0600b commit 9ae54ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metpy/cbook.py
Expand Up @@ -5,8 +5,8 @@

import os

from matplotlib.cbook import iterable
import numpy as np
from numpy import iterable
import pooch

from . import __version__
Expand Down

0 comments on commit 9ae54ae

Please sign in to comment.