Remove unneeded ignores (#2624)

This commit is contained in:
Sebastian Rittau
2018-11-23 09:51:44 -08:00
committed by Jelle Zijlstra
parent 8c8dc5658f
commit 517d2b6012
8 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -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