diff --git a/tests/input/load_classderef.py b/tests/input/load_classderef.py index 18fdd64..fb0f40d 100644 --- a/tests/input/load_classderef.py +++ b/tests/input/load_classderef.py @@ -1,4 +1,4 @@ def func(): - x = 1 - class my_class: - y = x \ No newline at end of file + x = 1 + class my_class: + y = x