diff --git a/src/replit/database/__init__.py b/src/replit/database/__init__.py index 736247f..69174f4 100644 --- a/src/replit/database/__init__.py +++ b/src/replit/database/__init__.py @@ -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):