mirror of
https://github.com/kennethreitz/replit-py.git
synced 2026-06-05 23:10:18 +00:00
Don't unasync JSONKey internal methods because they are awaited
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user