Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Feb 20, 2024
1 parent 8880b60 commit 2f9f985
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions egi_notebooks_hub/d4science.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ class D4ScienceOauthenticator(GenericOAuthenticator):
config=True,
help="""The name of the label to use when setting extra labels
coming from the authentication (i.e. label="blue-cloud"
as param)""")
as param)""",
)

_pubkeys = None

Expand Down Expand Up @@ -365,7 +366,8 @@ class D4ScienceSpawner(KubeSpawner):
context_namespaces = Bool(
False,
config=True,
help="""Whether context-specific namespaces will be used or not""")
help="""Whether context-specific namespaces will be used or not""",
)
image_repo_override = Unicode(
"",
config=True,
Expand Down
1 change: 0 additions & 1 deletion egi_notebooks_hub/egiauthenticator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
Uses OpenID Connect with aai.egi.eu
"""


import json
import os
import time
Expand Down
1 change: 1 addition & 0 deletions egi_notebooks_hub/services/d4science_spawn.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
It expects that the users is already authenticated.
"""

import os
import os.path
from urllib.parse import urlparse
Expand Down

0 comments on commit 2f9f985

Please sign in to comment.