comment update

This commit is contained in:
Kafonek, Matt
2021-04-09 15:01:22 +00:00
parent aa12afa34d
commit 86b51804c1

View File

@@ -3,9 +3,7 @@ import os
import httpx
### For consideration: turn this into a class with
### feature parity for HubAuth, or even subclass HubAuth?
### See jupyterhub.services.auth.HubAuth for details
# a minimal alternative to using HubOAuth class
def get_client():
base_url = os.environ["JUPYTERHUB_API_URL"]
token = os.environ["JUPYTERHUB_API_TOKEN"]