Skip to content

Commit b46085a

Browse files
authored
Update nbviewer/providers/github/handlers.py
1 parent bedbc93 commit b46085a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

nbviewer/providers/github/handlers.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,6 @@ async def get(self, user, repo):
155155
self.redirect(new_url)
156156

157157

158-
TEST_KEYS = {(1, 2, 3): ""}
159-
160-
161158
class GitHubTreeHandler(GithubClientMixin, BaseHandler):
162159
"""list files in a github repo (like github tree)"""
163160

0 commit comments

Comments
 (0)