Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders committed Aug 31, 2021
1 parent 4c63763 commit acc20b1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ones in. -->
-------------------------------------------------------------------------------
## __cylc-uiserver-0.6.0 (<span actions:bind='release-date'>Released 2021-??-??</span>)__

Multi-user functionality implented.
Multi-user functionality implemented.

### Enhancements

Expand Down
7 changes: 0 additions & 7 deletions cylc/uiserver/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,10 +342,3 @@ def context(self):
'resolvers': self.resolvers,
}
return wider_context


__all__ = [
"UserProfileHandler",
"UIServerGraphQLHandler",
"SubscriptionHandler"
]
2 changes: 1 addition & 1 deletion cylc/uiserver/jupyterhub_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def load():
if os.getenv('CYLC_SITE_CONF_PATH'):
site_conf_path: Path = Path(
os.environ['CYLC_SITE_CONF_PATH'],
'hub/config.py'
'hub/jupyter_config.py'
)
else:
site_conf_path: Path = SITE_CONF_PATH
Expand Down
2 changes: 1 addition & 1 deletion cylc/uiserver/tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ def test_cylc_site_conf_path(clear_env, capload, monkeypatch):
load()
assert capload == [
SYS_CONF,
Path('elephant/hub/config.py'),
Path('elephant/hub/jupyter_config.py'),
USER_CONF,
]

0 comments on commit acc20b1

Please sign in to comment.