Skip to content

Commit

Permalink
Merge pull request #336 from ral-facilities/fix-lrucache-deprecation-…
Browse files Browse the repository at this point in the history
…warning-#321

Fix cachetools.LRUCache DeprecationWarning
  • Loading branch information
VKTB authored Feb 17, 2022
2 parents 8d2264d + e1fd0a4 commit c8d7939
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 c8d7939

Please sign in to comment.