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