Don't unasync JSONKey internal methods because they are awaited

This commit is contained in:
Scoder12
2020-08-05 15:58:16 -07:00
parent 7d6f45be6c
commit ea8301205e
-2
View File
@@ -305,8 +305,6 @@ class JSONKey(AsyncJSONKey):
get = _async2sync(AsyncJSONKey.get)
set = _async2sync(AsyncJSONKey.set)
_error = _async2sync(AsyncJSONKey._error)
_should_discard_prompt = _async2sync(AsyncJSONKey._should_discard_prompt)
class ReplitDb(AsyncReplitDb):