Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
saikonen committed Oct 30, 2023
1 parent 99fe3b6 commit 36ccaea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/data/postgres_async_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ async def _execute_on_cursor(_cur):
self.db.logger.exception("Exception occurred")
return aiopg_exception_handling(error), None


async def create_record(self, record_dict):
# note: need to maintain order
cols = []
Expand Down

0 comments on commit 36ccaea

Please sign in to comment.