Commit 93181887 authored by seyonechithrananda's avatar seyonechithrananda
Browse files

add import error

parent f1cb7d59
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ from typing import Dict, List
try:
  from transformers import RobertaTokenizerFast
except ModuleNotFoundError:
  raise ImportError('Transformers must be installed for RobertaFeaturizer to be used!')
  pass