mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
no auto async
This commit is contained in:
@@ -31,8 +31,3 @@ from .exceptions import (
|
||||
RequestException, Timeout, URLRequired,
|
||||
TooManyRedirects, HTTPError, ConnectionError
|
||||
)
|
||||
|
||||
try:
|
||||
from . import async
|
||||
except RuntimeError:
|
||||
pass
|
||||
Reference in New Issue
Block a user