Skip to content

Commit

Permalink
[#3786] remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Aug 31, 2017
1 parent 557f2ea commit 3ce191e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ckanext/datastore/backend/postgres.py
Expand Up @@ -1000,9 +1000,6 @@ def upsert_data(context, data_dict):
records = data_dict['records']
sql_columns = ", ".join(
identifier(name) for name in field_names)
sql_full_text = " || ' ' || ".join(
identifier(name) + "::text"
for name in field_names)

if method == _INSERT:
rows = []
Expand Down

0 comments on commit 3ce191e

Please sign in to comment.