Skip to content

Commit

Permalink
remove unneeded line
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-D-Lewis committed Dec 18, 2024
1 parent 2f6b374 commit 48c9aa5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jhub_apps/service/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
@cached(cache=TTLCache(maxsize=1024, ttl=CACHE_JUPYTERHUB_CONFIG_TIMEOUT))
def get_jupyterhub_config():
hub = JupyterHub()
hub.classes.append(JAppsConfig)
jhub_config_file_path = os.environ["JHUB_JUPYTERHUB_CONFIG"]
logger.info(f"Getting JHub config from file: {jhub_config_file_path}")
hub.load_config_file(jhub_config_file_path)
Expand Down

0 comments on commit 48c9aa5

Please sign in to comment.