Skip to content

Commit dc941e5

Browse files
JamesGuthrieJukkaL
authored andcommitted
add visit_star_type() to TypeAnalyserPass3
Part of #730.
1 parent da7080f commit dc941e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mypy/typeanal.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,3 +347,6 @@ def visit_type_list(self, t: TypeList) -> None:
347347

348348
def visit_type_var(self, t: TypeVarType) -> None:
349349
pass
350+
351+
def visit_star_type(self, t: StarType) -> None:
352+
pass

0 commit comments

Comments
 (0)