Skip to content

Commit

Permalink
remove unused deprecated_in
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Feb 21, 2023
1 parent 3e285df commit ed876f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jupyterhub_traefik_proxy/proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ed876f4

Please sign in to comment.