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

3 lines
62 B
Python

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