Bump mypy to 1.16.1 (#135720)

This commit is contained in:
sobolevn
2025-06-23 15:29:30 +03:00
committed by GitHub
parent 396ca9a641
commit b3ae76911d
3 changed files with 7 additions and 7 deletions

View File

@@ -91,7 +91,7 @@ class Tier2Emitter(Emitter):
self.emit("}\n")
return not always_true(first_tkn)
def exit_if( # type: ignore[override]
def exit_if(
self,
tkn: Token,
tkn_iter: TokenIterator,