diff options
Diffstat (limited to 'tests/testdata/python3')
| -rw-r--r-- | tests/testdata/python3/data/recursion.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testdata/python3/data/recursion.py b/tests/testdata/python3/data/recursion.py index a34dad32..85f65134 100644 --- a/tests/testdata/python3/data/recursion.py +++ b/tests/testdata/python3/data/recursion.py @@ -1,3 +1,3 @@ -""" For issue #25 """
-class Base(object):
+""" For issue #25 """ +class Base(object): pass
\ No newline at end of file |
