Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Aug 6, 2024
1 parent c0b87e2 commit 35113ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions py-polars/polars/io/database/_cursor_proxies.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ def execute(self, query: str, **execute_options: Any) -> Self:
self.query = query
return self

def _client_query(self) -> list[dict[str, Any]]: ...

def fetchall(self) -> list[dict[str, Any]]:
"""Fetch all results (as a list of dictionaries)."""
return _read_surreal_query_sync(
Expand Down

0 comments on commit 35113ae

Please sign in to comment.