mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-10 05:22:23 +08:00
Remove unneeded ignores (#2624)
This commit is contained in:
committed by
Jelle Zijlstra
parent
8c8dc5658f
commit
517d2b6012
@@ -4,6 +4,6 @@
|
||||
# Source: https://hg.python.org/cpython/file/2.7/Lib/user.py
|
||||
from typing import Any
|
||||
|
||||
def __getattr__(name) -> Any: ... # type: ignore
|
||||
def __getattr__(name) -> Any: ...
|
||||
home: str
|
||||
pythonrc: str
|
||||
|
||||
Reference in New Issue
Block a user