Skip to content

Commit

Permalink
fixed test _basemodel
Browse files Browse the repository at this point in the history
  • Loading branch information
evelynmitchell committed Dec 29, 2023
1 parent da4cf77 commit fb42d87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zeta/models/base.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from abc import ABC


class BaseModel(ABC):
def __init__(self, *args, **kwargs):
pass
Expand Down

0 comments on commit fb42d87

Please sign in to comment.