Skip to content

Commit

Permalink
Remove unused return
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Jun 4, 2018
1 parent eda7c5c commit 1977247
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion readthedocs/oauth/services/base.py
Expand Up @@ -151,7 +151,6 @@ def paginate(self, url, **kwargs):
provider=self.provider_name,
),
)
return []

next_url = self.get_next_url_to_paginate(resp)
results = self.get_paginated_results(resp)
Expand Down

0 comments on commit 1977247

Please sign in to comment.