Skip to content

Commit

Permalink
[Units] Ignore type check error for aiocache
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Aug 15, 2023
1 parent 7e39997 commit f8a37c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion units/cache.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

# https://github.com/python/cpython/issues/90780

from aiocache import cached
from aiocache import cached # type: ignore
# https://github.com/aio-libs/aiocache/issues/512
# https://github.com/aio-libs/aiocache/issues/667
from async_lru import alru_cache


Expand Down

0 comments on commit f8a37c3

Please sign in to comment.