Skip to content

Commit 71ec9c3

Browse files
committed
Missing import.
1 parent 29f1d90 commit 71ec9c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pydeps/pydeps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import pprint
99
import sys
1010
import textwrap
11+
import subprocess
1112

1213
from .py2depgraph import py2dep
1314
from .depgraph2dot import dep2dot, cycles2dot

0 commit comments

Comments
 (0)