Skip to content

Commit 0bddf90

Browse files
committed
callback proto
1 parent 6a8080c commit 0bddf90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/semanal_shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def calculate_tuple_fallback(typ: TupleType) -> None:
310310

311311

312312
class _NamedTypeCallback(Protocol):
313-
def __call__(self, fully_qualified_name: str, args: list[Type] | None = None) -> Instance: ...
313+
def __call__(self, fullname: str, args: list[Type] | None = None) -> Instance: ...
314314

315315

316316
def paramspec_args(

0 commit comments

Comments
 (0)