Skip to content

Commit

Permalink
[#17] implemented jsontableschema.storage.Storage
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Apr 25, 2016
1 parent 39ee335 commit ec2f715
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jsontableschema_bigquery/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import time
import jsontableschema
import unicodecsv as csv
from jsontableschema import storage as base
from jsontableschema.model import SchemaModel
from apiclient.http import MediaIoBaseUpload

Expand All @@ -17,7 +18,7 @@

# Module API

class Storage(object):
class Storage(base.Storage):
"""BigQuery Tabular Storage.
Parameters
Expand Down

0 comments on commit ec2f715

Please sign in to comment.