Skip to content

Commit c7ed0a1

Browse files
Update libcachesim/trace_reader.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent f91b0d9 commit c7ed0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcachesim/trace_reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Wrapper of Reader with S3 support."""
22

33
import logging
4-
from typing import Tuple, overload, Union, Optional
4+
from typing import overload, Union, Optional
55
from collections.abc import Iterator
66
from urllib.parse import urlparse
77

0 commit comments

Comments
 (0)