forked from MirrorHub/synapse
Move DictionaryCache
This commit is contained in:
parent
e7768e77f5
commit
c67ba143fa
2 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
from twisted.internet import defer
|
||||
from tests import unittest
|
||||
|
||||
from synapse.storage.util.caches import DictionaryCache
|
||||
from synapse.util.dictionary_cache import DictionaryCache
|
||||
|
||||
|
||||
class DictCacheTestCase(unittest.TestCase):
|
||||
|
|
Loading…
Reference in a new issue