Skip to content

Commit

Permalink
Fix jsontableschema reference
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Sep 11, 2017
1 parent f78ebad commit 4656ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datapackage/pushpull.py
Expand Up @@ -12,7 +12,7 @@
import unicodecsv as csv
from copy import deepcopy
from importlib import import_module
from jsontableschema import Schema
from tableschema import Schema
from .package import Package
from . import helpers

Expand Down

0 comments on commit 4656ff0

Please sign in to comment.