triinterpolate.py 333 B

123456789
  1. from ._triinterpolate import * # noqa: F401, F403
  2. from matplotlib import _api
  3. _api.warn_deprecated(
  4. "3.7",
  5. message=f"Importing {__name__} was deprecated in Matplotlib 3.7 and will "
  6. f"be removed two minor releases later. All functionality is "
  7. f"available via the top-level module matplotlib.tri")