Skip to content

Commit

Permalink
Remove save method from parser interface
Browse files Browse the repository at this point in the history
  • Loading branch information
smcolby committed Jan 9, 2025
1 parent c954803 commit b5c7c1f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions isicle/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ def parse(self):
"""Extract relevant information from data"""
raise NotImplementedError

@abc.abstractmethod
def save(self, path: str):
"""Write parsed object to file"""
raise NotImplementedError


class XYZGeometryInterface(metaclass=abc.ABCMeta):

Expand Down

0 comments on commit b5c7c1f

Please sign in to comment.