Skip to content

Commit

Permalink
remove to_schema for fields for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
fredkingham committed Oct 10, 2017
1 parent 6b9bd42 commit cceeced
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions opal/core/search/extract_serialisers.py
Expand Up @@ -46,9 +46,6 @@ def __init__(self, name, value=None, display_name=None, description=None):
else:
self.display_name = self.name.title()

def to_schema(self):
pass


class CsvRenderer(object):
"""
Expand Down

0 comments on commit cceeced

Please sign in to comment.