Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
remove unncessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
xadupre committed Jun 2, 2022
1 parent 93e7bc3 commit e2a956d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mlprodict/npy/xop.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,6 @@ class OnnxOperatorTuple(OnnxOperatorBase):
"""

def __init__(self, first, *args):
stop
OnnxOperatorBase.__init__(self)
logger.debug("op:%s-%d([%r], %d in)",
self.__class__.__name__, id(self), type(first),
Expand Down

0 comments on commit e2a956d

Please sign in to comment.