Skip to content

Commit

Permalink
Merge pull request #1045 from akrherz/iterable
Browse files Browse the repository at this point in the history
migrate mpl.cbook.iterable to numpy.iterable
  • Loading branch information
dopplershift committed Jun 6, 2019
2 parents 2d0600b + 9ae54ae commit 0a4086e
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 0a4086e

Please sign in to comment.