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