Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondJoseph committed Jan 14, 2025
1 parent e526b53 commit 861f894
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tiled/authenticators.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import httpx
from fastapi import APIRouter, Request
from jose import JWTError, jwk, jwt
from jose import JWTError, jwt
from pydantic import Secret
from starlette.responses import RedirectResponse

Expand Down Expand Up @@ -206,7 +206,6 @@ class KeyNotFoundError(Exception):
pass



async def exchange_code(token_uri, auth_code, client_id, client_secret, redirect_uri):
"""Method that talks to an IdP to exchange a code for an access_token and/or id_token
Args:
Expand Down

0 comments on commit 861f894

Please sign in to comment.