Skip to content

Commit

Permalink
[#2733] remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
kindly committed Aug 21, 2012
1 parent 0309f90 commit 708b332
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckanext/datastore/db.py
Expand Up @@ -274,7 +274,6 @@ def insert_data(context, data_dict):
## clean up and validate data

for num, record in enumerate(data_dict['records']):

# check record for sanity
if not isinstance(record, dict):
raise p.toolkit.ValidationError({
Expand Down

0 comments on commit 708b332

Please sign in to comment.