Skip to content

Commit

Permalink
rm unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
malhotra5 committed Feb 8, 2025
1 parent 523da6d commit ac1ac51
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openhands/server/routes/manage_conversations.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ async def new_conversation(request: Request, data: InitSessionRequest):
"""
logger.info('Initializing new conversation')
user_id = get_user_id(request)
# github_token = GithubServiceImpl.get_gh_token(request)

github_service = GithubServiceImpl(user_id=user_id, token=get_github_token(request))
github_token = await github_service.get_latest_token()

Expand Down

0 comments on commit ac1ac51

Please sign in to comment.