Skip to content

Commit f91b0d9

Browse files
haochengxiaCopilot
andauthored
Update libcachesim/synthetic_reader.py
Co-authored-by: Copilot <[email protected]>
1 parent 43c66af commit f91b0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcachesim/synthetic_reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def get_read_pos(self) -> float:
182182
"""Get current read position"""
183183
return float(self.current_pos)
184184

185-
def get_working_set_size(self) -> tuple[int, int]:
185+
def get_working_set_size(self) -> Tuple[int, int]:
186186
"""Calculate working set size"""
187187
wss_obj, wss_byte = 0, 0
188188
if self._obj_ids is not None:

0 commit comments

Comments
 (0)