Skip to content

Commit a3dc47f

Browse files
committed
Allow url to be None aligned with tornado.options
1 parent 2c8906b commit a3dc47f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jupyterhub_idle_culler/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,7 @@ def _log_format_default(self):
643643

644644
url = Unicode(
645645
os.environ.get("JUPYTERHUB_API_URL"),
646+
allow_none=True,
646647
help=dedent(
647648
"""
648649
The JupyterHub API URL.

0 commit comments

Comments
 (0)