Skip to content

Commit 380f74e

Browse files
committed
remove tf support in event_tokenizer
1 parent 6f520f1 commit 380f74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easy_tpp/preprocess/event_tokenizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import numpy as np
66

7-
from easy_tpp.utils import is_torch_available, logger, TruncationStrategy, PaddingStrategy, \
7+
from easy_tpp.utils import logger, TruncationStrategy, PaddingStrategy, \
88
TensorType, is_torch_device, requires_backends, is_numpy_array, py_assert
99

1010

0 commit comments

Comments
 (0)