ruff/crates/ruff_linter/resources/test/fixtures/pyflakes/F821_8.pyi

4 lines
62 B
Python

class Pool:
@classmethod
def create(cls) -> Pool: ...