John6666 commited on
Commit
ae40c83
1 Parent(s): b6e81c2

Upload modutils.py

Browse files
Files changed (1) hide show
  1. modutils.py +1 -0
modutils.py CHANGED
@@ -12,6 +12,7 @@ from requests.adapters import HTTPAdapter
12
  from urllib3.util import Retry
13
  import urllib.parse
14
  import pandas as pd
 
15
  from huggingface_hub import HfApi, HfFolder, hf_hub_download, snapshot_download
16
  from translatepy import Translator
17
  from unidecode import unidecode
 
12
  from urllib3.util import Retry
13
  import urllib.parse
14
  import pandas as pd
15
+ from typing import Any
16
  from huggingface_hub import HfApi, HfFolder, hf_hub_download, snapshot_download
17
  from translatepy import Translator
18
  from unidecode import unidecode