mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 22:55:08 +00:00
6 lines
88 B
Python
6 lines
88 B
Python
def f() -> None:
|
|
raise NotImplemented()
|
|
|
|
|
|
def g() -> None:
|
|
raise NotImplemented
|