Skip to content

Commit

Permalink
Remove some unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Apr 5, 2024
1 parent 369f5cd commit 1531f2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/clusters/earthscope/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ basehub:
extraConfig:
001-username-claim: |
from oauthenticator.generic import GenericOAuthenticator
from traitlets import List, Unicode, default
from urllib.parse import urlencode
from traitlets import List, Unicode
class CustomGenericOAuthenticator(GenericOAuthenticator):
# required_scopes functionality comes in from https://github.com/jupyterhub/oauthenticator/pull/719
Expand Down

0 comments on commit 1531f2b

Please sign in to comment.