Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Jan 16, 2025
1 parent 4fb93fd commit d21f39f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kscale/web/clients/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
import httpx
from aiohttp import web
from async_lru import alru_cache
from jwt import ExpiredSignatureError, PyJWKClient
from jwt import decode as jwt_decode
from jwt import ExpiredSignatureError, PyJWKClient, decode as jwt_decode
from pydantic import BaseModel
from yarl import URL

Expand Down

0 comments on commit d21f39f

Please sign in to comment.