mirror of https://github.com/astral-sh/ruff
lint
This commit is contained in:
parent
9eb3e2e201
commit
8a691da15c
|
|
@ -415,7 +415,8 @@ def f_okay(c: Callable[[], None]):
|
|||
from ty_extensions import into_callable
|
||||
|
||||
class Base:
|
||||
def __init__(self) -> None: pass
|
||||
def __init__(self) -> None:
|
||||
pass
|
||||
|
||||
class A(Base):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Reference in New Issue