Skip to content

Commit 345ec8c

Browse files
committed
remove assert
1 parent 9251d8a commit 345ec8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nbviewer/providers/github/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def authenticate(self):
4444

4545
def fetch(self, url, params=None, **kwargs):
4646
"""Add GitHub auth to self.client.fetch"""
47-
assert False
4847
if not url.startswith(self.github_api_url):
4948
raise ValueError("Only fetch GitHub urls with GitHub auth (%s)" % url)
5049
params = {} if params is None else params

0 commit comments

Comments
 (0)