Files
ruff/resources/test/fixtures/pyflakes/F842.py
2022-12-09 12:42:03 -05:00

14 lines
125 B
Python

def f():
name: str
age: int
class A:
name: str
age: int
class B:
name: str = "Bob"
age: int = 18