Skip to content

Commit

Permalink
[Breaking Change] (examples) Remove deprecated code. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Chisanan232 committed May 25, 2022
1 parent ba4e285 commit 17f4173
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example/persistence/db_mysql.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,7 @@ def fetch_many(self, size: int = None) -> list:
def fetch_all(self) -> list:
return self._cursor.fetchall()


def close_cursor(self) -> None:
self._cursor.close()

0 comments on commit 17f4173

Please sign in to comment.