Skip to content

Commit 3df83d4

Browse files
committed
Dump a useless function
1 parent 2bd8eea commit 3df83d4

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

HISTORY.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ Old name New name
120120
- ``Repository#ignore`` ignores notifications from the repository for the
121121
authenticated user
122122

123+
- ``github3.ratelimit_remaining`` was removed
124+
123125
0.9.0: 2014-05-04
124126
~~~~~~~~~~~~~~~~~
125127

github3/api.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -425,15 +425,6 @@ def repository(owner, repository):
425425
repository.__doc__ = gh.repository.__doc__
426426

427427

428-
def ratelimit_remaining():
429-
"""Get the remaining number of requests allowed.
430-
431-
:returns: int
432-
433-
"""
434-
return gh.ratelimit_remaining
435-
436-
437428
def search_code(query, sort=None, order=None, per_page=None,
438429
text_match=False, number=-1, etag=None):
439430
"""Find code via the code search API.

0 commit comments

Comments
 (0)