diff options
Diffstat (limited to 'pygithub3/core/client.py')
-rw-r--r-- | pygithub3/core/client.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pygithub3/core/client.py b/pygithub3/core/client.py index a9e9ad4..ce6cf7c 100644 --- a/pygithub3/core/client.py +++ b/pygithub3/core/client.py @@ -15,12 +15,6 @@ class Client(object): """ Client to send configurated requests""" def __init__(self, **kwargs): - """ - It can be configurated - - :login, :password, :user, :repo, :token, :per_page, :base_url, :verbose - """ - self.requester = requests.session() self.config = { 'per_page': 100, |