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

Skip to content

Commit 674c932

Browse files
committed
MNT: expire mpl3.5 deprecation
1 parent 949c380 commit 674c932
8000

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
@@ -467,15 +467,6 @@ class PlotError(RuntimeError):
467467
pass
468468

469469

470-
@_api.deprecated("3.5")
471-
def run_code(code, code_path, ns=None, function_name=None):
472-
"""
473-
Import a Python module from a path, and run the function given by
474-
name, if function_name is not None.
475-
"""
476-
_run_code(unescape_doctest(code), code_path, ns, function_name)
477-
478-
479470
def _run_code(code, code_path, ns=None, function_name=None):
480471
"""
481472
Import a Python module from a path, and run the function given by

0 commit comments

Comments
 (0)
0