Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
coilysiren committed Oct 16, 2023
1 parent 9ad3eba commit 362defd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions snippets/python/sql_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@


def run_sql(input_sql: list[str]) -> list[str]:
output = []
output = {"table_name": ["city"]}

return [json.dumps(output)]

0 comments on commit 362defd

Please sign in to comment.