Skip to content

Commit

Permalink
update format
Browse files Browse the repository at this point in the history
  • Loading branch information
wayyoungboy committed Apr 30, 2024
1 parent 4e43746 commit e0b3271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/ob_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def execute_sql_pretty(self, sql):
ret = from_db_cursor(cursor)
cursor.close()
return ret

def callproc(self, procname, args=()):
if self.conn is None:
self._connect_db()
Expand Down

0 comments on commit e0b3271

Please sign in to comment.