Browse Source

Remove misago.core.threadstore

rafalp 6 years ago
parent
commit
172285ec28
1 changed files with 0 additions and 10 deletions
  1. 0 10
      misago/core/threadstore.py

+ 0 - 10
misago/core/threadstore.py

@@ -1,10 +0,0 @@
-def get(key, default=None):
-    raise NotImplementedError("threadstore.get() has been removed")
-
-
-def set(key, value):
-    raise NotImplementedError("threadstore.set() has been removed")
-
-
-def clear():
-    raise NotImplementedError("threadstore.clear() has been removed")