Skip to content

Commit

Permalink
Update sql_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyhu214 authored Aug 25, 2023
1 parent cb1307d commit a9cf958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/utils/sql_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def get_exec_sqlitem_list(reviewResult, db_name):
:return:
"""
list = []

for item in reviewResult:
list.append(
SqlItem(
Expand Down

0 comments on commit a9cf958

Please sign in to comment.