Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
byewokko committed Jul 1, 2024
1 parent 78b7076 commit 32ca154
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions seacatauth/openidconnect/handler/token.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
import logging
import datetime

import aiohttp.web
import jwcrypto.jws
import jwcrypto.jwt
import json

import asab
import asab.web.rest
import asab.web.rest.json
import asab.exceptions

import jwcrypto.jws
import jwcrypto.jwt
import json

from .. import pkce
from ..utils import TokenRequestErrorResponseCode
from ... import exceptions, AuditLogger
Expand Down

0 comments on commit 32ca154

Please sign in to comment.