Skip to content

Commit b5c7c1f

Browse files
committed
Remove save method from parser interface
1 parent c954803 commit b5c7c1f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

isicle/interfaces.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ def parse(self):
2727
"""Extract relevant information from data"""
2828
raise NotImplementedError
2929

30-
@abc.abstractmethod
31-
def save(self, path: str):
32-
"""Write parsed object to file"""
33-
raise NotImplementedError
34-
3530

3631
class XYZGeometryInterface(metaclass=abc.ABCMeta):
3732

0 commit comments

Comments
 (0)