diff options
Diffstat (limited to 'Lib/test/test_syntax.py')
-rw-r--r-- | Lib/test/test_syntax.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_syntax.py b/Lib/test/test_syntax.py index aff8dd72b7..e7468cae7b 100644 --- a/Lib/test/test_syntax.py +++ b/Lib/test/test_syntax.py @@ -644,7 +644,6 @@ Corner-cases that used to crash: """ import re -import sys import unittest from test import support |