We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1209139 commit 04f4980Copy full SHA for 04f4980
postgrest/_async/client.py
@@ -78,7 +78,7 @@ def from_table(self, table: str) -> AsyncRequestBuilder:
78
"""Alias to :meth:`from_`."""
79
return self.from_(table)
80
81
- async def rpc(self, func: str, params: dict) -> AsyncRPCFilterRequestBuilder[Any]:
+ def rpc(self, func: str, params: dict) -> AsyncRPCFilterRequestBuilder[Any]:
82
"""Perform a stored procedure call.
83
84
Args:
0 commit comments