ruff/crates/ruff_linter/resources/test/fixtures/pyflakes/F901.py

7 lines
88 B
Python

def f() -> None:
raise NotImplemented()
def g() -> None:
raise NotImplemented