mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-24 21:01:52 +08:00
Remove an unnecessary entry from the pytype blacklist. (#2799)
This commit is contained in:
committed by
Jelle Zijlstra
parent
2bd16c42f6
commit
3f8c08402d
@@ -8,9 +8,6 @@ stdlib/2and3/builtins.pyi
|
||||
stdlib/3/typing.pyi
|
||||
stdlib/3/collections/__init__.pyi # parse only
|
||||
|
||||
# builtins not found
|
||||
stdlib/2/os/__init__.pyi # parse only
|
||||
|
||||
# pytype doesn't yet support aliases with implicit type parameters
|
||||
# (e.g., here, FutureT = Future[T])
|
||||
stdlib/3/asyncio/tasks.pyi
|
||||
|
||||
Reference in New Issue
Block a user