Skip to content

Commit

Permalink
bad rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Rose committed Feb 4, 2021
1 parent 7a9fba0 commit 982baad
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 @@ -1184,7 +1184,7 @@ def get_event_loop(self):
asyncio.set_event_loop_policy(AnyThreadEventLoopPolicy())


@functools.cache
@functools.lru_cache(1000)
def has_keyword(func, keyword):
return keyword in inspect.signature(func).parameters

Expand Down

0 comments on commit 982baad

Please sign in to comment.