You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/stubtest_whitelists/py3_common.txt
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -208,21 +208,17 @@ typing.IO.__next__ # Added because IO streams are iterable. See https://github.
208
208
typing.type_check_only # typing decorator that is not available at runtime
209
209
unittest.mock.patch # It's a complicated overload and I haven't been able to figure out why stubtest doesn't like it
210
210
urllib.parse._DefragResultBase.__new__ # Generic NamedTuple is problematic in mypy, so regular tuple was used. See https://github.com/python/mypy/issues/685
0 commit comments