diff --git a/requests/api.py b/requests/api.py index fa41b8e8..5f303521 100644 --- a/requests/api.py +++ b/requests/api.py @@ -13,8 +13,6 @@ This module implements the Requests API. from .sessions import session -__all__ = ('request', 'get', 'options', 'head', 'post', 'patch', 'put', 'delete') - def request(method, url, params=None, diff --git a/requests/async.py b/requests/async.py index 6b08f896..8bafb1ee 100644 --- a/requests/async.py +++ b/requests/async.py @@ -20,7 +20,6 @@ except ImportError: curious_george.patch_all(thread=False) from . import api -from .hooks import dispatch_hook __all__ = (