This commit is contained in:
Douglas Creager 2025-12-16 13:17:33 -05:00
parent 9eb3e2e201
commit 8a691da15c
1 changed files with 2 additions and 1 deletions

View File

@ -415,7 +415,8 @@ def f_okay(c: Callable[[], None]):
from ty_extensions import into_callable from ty_extensions import into_callable
class Base: class Base:
def __init__(self) -> None: pass def __init__(self) -> None:
pass
class A(Base): class A(Base):
pass pass