Skip to content

Commit

Permalink
import Tuple from typing (#1295)
Browse files Browse the repository at this point in the history
  • Loading branch information
kellymarchisio authored Jul 14, 2023
1 parent 150559b commit 4811f76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import json
import os
from typing import Iterator, List, Optional, Union
from typing import Iterator, List, Optional, Union, Tuple

from tokenizers import AddedToken, Regex, Tokenizer, decoders, normalizers, pre_tokenizers, trainers
from tokenizers.models import Unigram
Expand Down

0 comments on commit 4811f76

Please sign in to comment.