Skip to content

Commit

Permalink
minor: remove message
Browse files Browse the repository at this point in the history
  • Loading branch information
arogozhnikov committed Mar 15, 2023
1 parent fb69804 commit b7b739a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion einops/_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,6 @@ class OneFlowBackend(AbstractBackend):
def __init__(self):
import oneflow as flow
self.flow = flow
print("using oneflow")

def is_appropriate_type(self, tensor):
return isinstance(tensor, self.flow.Tensor)
Expand Down

0 comments on commit b7b739a

Please sign in to comment.