ruff/resources/test/fixtures/A003.py
2022-09-29 16:37:43 -04:00

8 lines
127 B
Python

class MyClass:
ImportError = 4
def __init__(self):
self.float = 5 # is fine
def str(self):
pass