Remove bare Incomplete annotations in third-party stubs (#11671)

This commit is contained in:
Sebastian Rittau
2024-03-31 03:34:51 +02:00
committed by GitHub
parent 6cb57b5f26
commit 33de88879f
33 changed files with 76 additions and 99 deletions

View File

@@ -41,7 +41,7 @@ class NoViableAltException(RecognitionException):
offendingToken: Incomplete
def __init__(
self,
recognizer: Incomplete,
recognizer,
input: Incomplete | None = None,
startToken: Incomplete | None = None,
offendingToken: Incomplete | None = None,