Skip to content
This repository has been archived by the owner on Dec 27, 2020. It is now read-only.

Commit

Permalink
fixed import issue on this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Falconer committed Nov 22, 2016
1 parent 1f315d2 commit 3dbfcaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# NoDataError if the file contains only a single column or row.
# Created November 2016 by Lisa Litchfield.

import csv
import csv, sys
from collections import defaultdict
class CkanError(Exception):pass
class DuplicateColumnError(CkanError):pass
Expand Down

0 comments on commit 3dbfcaa

Please sign in to comment.