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:
Sebastian Rittau
2022-03-22 19:43:59 +01:00
committed by GitHub
parent dd1265c0e6
commit 251dd52b57
4 changed files with 0 additions and 19 deletions

View File

@@ -21,7 +21,6 @@
"stubs/aws-xray-sdk",
"stubs/babel",
"stubs/backports.ssl_match_hostname",
"stubs/backports_abc",
"stubs/bleach",
"stubs/boto",
"stubs/beautifulsoup4",

View File

@@ -1 +0,0 @@
backports_abc.isawaitable

View File

@@ -1,2 +0,0 @@
version = "0.5.*"
python2 = true

View File

@@ -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 = ...): ...