Skip to content

Commit

Permalink
Updated export interface comments
Browse files Browse the repository at this point in the history
  • Loading branch information
punith300i committed Jun 2, 2023
1 parent 9649cfd commit 570eef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sand/extension_interface/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ class IExport(ABC):

@abstractmethod
def export_data_model(self, table: Table, sm: O.SemanticModel) -> DRepr:
"""Search Class using name"""
"""Class to export data model"""
pass

@abstractmethod
def export_data(self, table: Table, rows: List[TableRow], sm: O.SemanticModel,
output_format: OutputFormat):
"""Search Class using name"""
"""Class to export data"""
pass

0 comments on commit 570eef5

Please sign in to comment.