mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Update base class to match the source file (#1899)
This commit is contained in:
committed by
Guido van Rossum
parent
1707d8f466
commit
b6bd58268b
@@ -225,7 +225,7 @@ class InterpolationSyntaxError(InterpolationError):
|
||||
pass
|
||||
|
||||
|
||||
class ParsingError:
|
||||
class ParsingError(Error):
|
||||
source = ... # type: str
|
||||
errors = ... # type: Sequence[Tuple[int, str]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user