Skip to content

Commit

Permalink
Getting the mypy shut up
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Jan 12, 2024
1 parent 3c00889 commit 7500368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exasol/transformers_extension_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def upload_model(
methods of the AutoTokenizer and AutoModel. The user token, if specified
here, will be used instead of the one in the secret store.
"""
from transformers import AutoTokenizer, AutoModel
from transformers import AutoTokenizer, AutoModel # type: ignore

if 'token' not in kwargs:
token = conf.HF_TOKEN
Expand Down

0 comments on commit 7500368

Please sign in to comment.