mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Remove backports_abc third-party package (#7533)
The last release was in 2016 and it's not required in any currently supported Python 3 version.
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
"stubs/aws-xray-sdk",
|
||||
"stubs/babel",
|
||||
"stubs/backports.ssl_match_hostname",
|
||||
"stubs/backports_abc",
|
||||
"stubs/bleach",
|
||||
"stubs/boto",
|
||||
"stubs/beautifulsoup4",
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
backports_abc.isawaitable
|
||||
@@ -1,2 +0,0 @@
|
||||
version = "0.5.*"
|
||||
python2 = true
|
||||
@@ -1,15 +0,0 @@
|
||||
from typing import Any
|
||||
|
||||
def mk_gen(): ...
|
||||
def mk_awaitable(): ...
|
||||
def mk_coroutine(): ...
|
||||
|
||||
Generator: Any
|
||||
Awaitable: Any
|
||||
Coroutine: Any
|
||||
|
||||
def isawaitable(obj): ...
|
||||
|
||||
PATCHED: Any
|
||||
|
||||
def patch(patch_inspect: bool = ...): ...
|
||||
Reference in New Issue
Block a user