diff options
Diffstat (limited to 'Parser/asdl_c.py')
-rwxr-xr-x | Parser/asdl_c.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Parser/asdl_c.py b/Parser/asdl_c.py index 5748360..a9e6626 100755 --- a/Parser/asdl_c.py +++ b/Parser/asdl_c.py @@ -5,7 +5,6 @@ # handle fields that have a type but no name import os, sys -import subprocess import asdl |