8000 Merge pull request #11148 from phobson/use-stdlib-subprocess · matplotlib/matplotlib@52452f9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 52452f9

Browse files
authored
Merge pull request #11148 from phobson/use-stdlib-subprocess
MNT: remove use of subprocess compatibility shim
2 parents 213f399 + 2761e53 commit 52452f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def _check_deps():
145145
master_doc = 'contents'
146146

147147
# General substitutions.
148-
from matplotlib.compat.subprocess import check_output
148+
from subprocess import check_output
149149
SHA = check_output(['git', 'describe', '--dirty']).decode('utf-8').strip()
150150

151151
html_context = {'sha': SHA}

0 commit comments

Comments
 (0)
0