ruff/crates/ruff_linter/resources/test/fixtures/pyflakes/F842.py
2023-09-20 08:38:27 +02:00

13 lines
125 B
Python

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