Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Jun 24, 2024
1 parent 705907c commit b71a030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2000,6 +2000,6 @@ def __lt__(self, other):
@functools.lru_cache
def url_escape(url, *args, **kwargs):
"""
Escape a URL path segment. Cache results for better performance.
Escape a URL path segment. Cache results for better performance.
"""
return escape.url_escape(url, *args, **kwargs)

0 comments on commit b71a030

Please sign in to comment.