8000 MNT: expire mpl3.5 deprecation · matplotlib/matplotlib@dd38447 · GitHub
[go: up one dir, main page]

Skip to content

Commit dd38447

Browse files
committed
MNT: expire mpl3.5 deprecation
1 parent 6af009c commit dd38447

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

lib/matplotlib/sphinxext/plot_directive.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -473,15 +473,6 @@ class PlotError(RuntimeError):
473473
pass
474474

475475

476-
@_api.deprecated("3.5")
477-
def run_code(code, code_path, ns=None, function_name=None):
478-
"""
479-
Import a Python module from a path, and run the function given by
480-
name, if function_name is not None.
481-
"""
482-
_run_code(unescape_doctest(code), code_path, ns, function_name)
483-
484-
485476
def _run_code(code, code_path, ns=None, function_name=None):
486477
"""
487478
Import a Python module from a path, and run the function given by

0 commit comments

Comments
 (0)
0