Skip to content

Commit

Permalink
Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Jul 18, 2024
1 parent e94c76a commit 1f23123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egi_notebooks_hub/egiauthenticator.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

import jwt
import jwt.exceptions
from jupyterhub.handlers import BaseHandler
from jupyterhub import orm
from jupyterhub.handlers import BaseHandler
from oauthenticator.generic import GenericOAuthenticator
from tornado import web
from tornado.httpclient import AsyncHTTPClient, HTTPClientError, HTTPError, HTTPRequest
Expand Down

0 comments on commit 1f23123

Please sign in to comment.