Skip to content

Commit

Permalink
Remove unnecessary csv code from compat.py
Browse files Browse the repository at this point in the history
  • Loading branch information
brew committed Oct 20, 2015
1 parent 91fdc1d commit a7ca6e9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions datapackage_validate/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from __future__ import unicode_literals

import sys
import csv


_ver = sys.version_info
Expand All @@ -26,8 +25,6 @@

elif is_py3:
from urllib import parse
csv_reader = csv.reader
csv_dict_reader = csv.DictReader
builtin_str = str
str = str
bytes = bytes
Expand Down

0 comments on commit a7ca6e9

Please sign in to comment.