Skip to content

Commit

Permalink
Storage should implement tableschema.Storage
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Sep 30, 2017
1 parent 5a53f18 commit 882b35b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tableschema_pandas/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 882b35b

Please sign in to comment.