diff --git a/jupyterhub_traefik_proxy/proxy.py b/jupyterhub_traefik_proxy/proxy.py index f3b9d2e4..20250605 100644 --- a/jupyterhub_traefik_proxy/proxy.py +++ b/jupyterhub_traefik_proxy/proxy.py @@ -79,7 +79,6 @@ def _deprecated_trait(self, change): def __init__(self, **kwargs): # observe deprecated config names in oauthenticator for name, trait in self.class_traits().items(): - deprecated_in = trait.metadata.get("deprecated_in") if trait.metadata.get("deprecated_in"): self.observe(self._deprecated_trait, name) super().__init__(**kwargs)