mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Remove nearly all __str__ and __repr__ methods from typeshed (#6968)
This commit is contained in:
@@ -94,7 +94,6 @@ if sys.platform == "win32":
|
||||
|
||||
name: str
|
||||
def __init__(self, fname: str) -> None: ...
|
||||
def __repr__(self) -> str: ...
|
||||
class Feature:
|
||||
|
||||
id: str
|
||||
|
||||
Reference in New Issue
Block a user