Skip to content

Commit

Permalink
Delete output_gsheet function, closes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Apr 18, 2020
1 parent 935161a commit 7c9da65
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions kingfishercolab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,6 @@ def downloadReleases(collection_id, ocid, package_type):
files.download(file)


def output_gsheet(workbook_name, sheet_name, sql, params=None):
"""
Not implemented.
"""
raise NotImplementedError


def output_flattened_gsheet(workbook_name, sql, params=None):
"""
Not implemented.
Expand Down

0 comments on commit 7c9da65

Please sign in to comment.