Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Commit

Permalink
pep8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vegitron committed Jul 17, 2015
1 parent 5093f9a commit e54c8cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sqlshare_rest/backend/mssql.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,6 @@ def _insert_sql(table_name, row, row_count):
return "INSERT INTO %s VALUES %s" % (table_name,
", ".join(all_rows))


try:
# XXX - refactor with _load_table
data_len = 0
Expand Down

0 comments on commit e54c8cf

Please sign in to comment.