diff options
Diffstat (limited to 'tests/testdata/python3/data/metaclass_recursion/parent.py')
| -rw-r--r-- | tests/testdata/python3/data/metaclass_recursion/parent.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testdata/python3/data/metaclass_recursion/parent.py b/tests/testdata/python3/data/metaclass_recursion/parent.py new file mode 100644 index 00000000..5cff73e0 --- /dev/null +++ b/tests/testdata/python3/data/metaclass_recursion/parent.py @@ -0,0 +1,3 @@ +# https://github.com/PyCQA/astroid/issues/749 +class OriginalClass: + pass |
