From 07fe2fcff651e6b4226843d86dce7f462a50f5b8 Mon Sep 17 00:00:00 2001 From: Kelly Rowland Date: Fri, 8 Nov 2024 11:59:47 -0800 Subject: [PATCH] add traitlets default import to auth allow_all override example for completeness --- jupyterhub/auth.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jupyterhub/auth.py b/jupyterhub/auth.py index 84f5594b..f6b5c5f0 100644 --- a/jupyterhub/auth.py +++ b/jupyterhub/auth.py @@ -223,6 +223,7 @@ class Authenticator(LoggingConfigurable): Authenticator subclasses may override the default with e.g.:: + from traitlets import default @default("allow_all") def _default_allow_all(self): # if _any_ auth config (depends on the Authenticator)