Skip to content

Commit

Permalink
Remove outdated note in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jan 25, 2024
1 parent 6d197bc commit 13ec1fe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions jupyterhub_traefik_proxy/redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,7 @@ async def _kv_atomic_delete(self, *keys):
await asyncio.gather(*futures)

async def _kv_get_tree(self, prefix):
"""Return all data under prefix as a dict
Should probably use `unflatten_dict_from_kv`
"""
"""Return all data under prefix as a dict"""
if not prefix.endswith(self.kv_separator):
prefix = prefix + self.kv_separator

Expand Down

0 comments on commit 13ec1fe

Please sign in to comment.