diff options
Diffstat (limited to 'tests/feature_check/complex.py')
-rw-r--r-- | tests/feature_check/complex.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/feature_check/complex.py b/tests/feature_check/complex.py index a22eb52ce..7576dcb95 100644 --- a/tests/feature_check/complex.py +++ b/tests/feature_check/complex.py @@ -3,4 +3,3 @@ try: print("complex") except NameError: print("no") - |