mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
remove bunk __all__s
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -20,7 +20,6 @@ except ImportError:
|
||||
curious_george.patch_all(thread=False)
|
||||
|
||||
from . import api
|
||||
from .hooks import dispatch_hook
|
||||
|
||||
|
||||
__all__ = (
|
||||
|
||||
Reference in New Issue
Block a user