Skip to content

Commit

Permalink
base.py pass
Browse files Browse the repository at this point in the history
  • Loading branch information
evelynmitchell committed Dec 29, 2023
1 parent 2c97ca5 commit da4cf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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):
raise NotImplementedError
pass

def forward(self):
raise NotImplementedError

0 comments on commit da4cf77

Please sign in to comment.