mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Remove duplicate definitions (#8483)
This commit is contained in:
@@ -2,7 +2,6 @@ import sys
|
||||
from typing import Any
|
||||
|
||||
class ParserBase:
|
||||
def __init__(self) -> None: ...
|
||||
def reset(self) -> None: ...
|
||||
def getpos(self) -> tuple[int, int]: ...
|
||||
def unknown_decl(self, data: str) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user