Skip to content

Commit

Permalink
del second blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
ptichoid committed Jun 3, 2024
1 parent c1bd191 commit 9bc3dbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion otc_services_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ def insert_services_data(item, conn_csv, cur_csv, table_name):
squad = item.get("squad")
senv = item.get("environment")


cur_csv.execute(insert_query, (repository, title, category, squad, senv))

conn_csv.commit()
Expand Down

0 comments on commit 9bc3dbb

Please sign in to comment.