Skip to content

Commit

Permalink
tensorflow model: remove unhelpful comment
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinejeannot committed Oct 13, 2023
1 parent e45b771 commit 8128fee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modelkit/core/models/tensorflow_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ def __init__(self, *args, **kwargs):
raise ImportError(
"Tensorflow is not installed, instal modelkit[tensorflow]."
)
# this mixing implementing __init__
# we need to call super().__init__ to call the Model.__init__
super().__init__(*args, **kwargs)

def _is_empty(self, item) -> bool:
Expand Down

0 comments on commit 8128fee

Please sign in to comment.