Skip to content

Commit

Permalink
refactor: change LRUCache import #321
Browse files Browse the repository at this point in the history
  • Loading branch information
VKTB committed Feb 17, 2022
1 parent d1292c1 commit e1fd0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datagateway_api/src/datagateway_api/icat/lru_cache.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging

from cachetools.lru import LRUCache
from cachetools import LRUCache

from datagateway_api.src.common.config import Config

Expand Down

0 comments on commit e1fd0a4

Please sign in to comment.