diff --git a/tableschema_pandas/storage.py b/tableschema_pandas/storage.py index 01f0959..50ec032 100644 --- a/tableschema_pandas/storage.py +++ b/tableschema_pandas/storage.py @@ -6,14 +6,14 @@ import six import collections -import pandas as pd import tableschema +import pandas as pd from .mapper import Mapper # Module API -class Storage(object): +class Storage(tableschema.Storage): # Public