Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Maruseac <mihaimaruseac@google.com>
  • Loading branch information
mihaimaruseac committed Jul 22, 2024
1 parent f9df44c commit de50671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model_signing/serialization/serialize_by_file_shard.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import base64
import concurrent.futures
import pathlib
from typing import Callable, Iterable, TypeAlias, cast
from typing import Callable, Iterable, cast
from typing_extensions import override

from model_signing.hashing import file
Expand Down

0 comments on commit de50671

Please sign in to comment.