Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2761e53

Browse files
committed
remove use of subprocess compatibility shim
1 parent 213f399 commit 2761e53

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)