Skip to content

Commit

Permalink
raise NotImplemente in base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
evelynmitchell committed Dec 29, 2023
1 parent bdf2090 commit 2c97ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zeta/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class BaseModel(ABC):
def __init__(self, *args, **kwargs):
pass
raise NotImplementedError

def forward(self):
pass
raise NotImplementedError

0 comments on commit 2c97ca5

Please sign in to comment.