mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
Correct a typo in util.py
This commit is contained in:
parent
61e53b6698
commit
f8444926ba
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ class BaseWorker:
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
class AsyncCache:
|
class AsyncCache:
|
||||||
'''A cache for use with async funtions.'''
|
'''A cache for use with async functions.'''
|
||||||
cache: Dict[Hashable, Any]
|
cache: Dict[Hashable, Any]
|
||||||
lock: asyncio.Lock
|
lock: asyncio.Lock
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue