We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9251d8a commit 345ec8cCopy full SHA for 345ec8c
nbviewer/providers/github/client.py
@@ -44,7 +44,6 @@ def authenticate(self):
44
45
def fetch(self, url, params=None, **kwargs):
46
"""Add GitHub auth to self.client.fetch"""
47
- assert False
48
if not url.startswith(self.github_api_url):
49
raise ValueError("Only fetch GitHub urls with GitHub auth (%s)" % url)
50
params = {} if params is None else params
0 commit comments