We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d327b69 commit 6fc3ce0Copy full SHA for 6fc3ce0
1 file changed
dictdatabase/io_unsafe.py
@@ -3,7 +3,6 @@
3
import hashlib
4
import json
5
from dataclasses import dataclass
6
-from typing import Tuple
7
8
import orjson
9
@@ -137,7 +136,7 @@ def try_get_partial_file_handle_by_index(
137
136
indexer: indexing.Indexer,
138
db_name: str,
139
key: str,
140
-) -> Tuple[PartialFileHandle | None, bytes | None]:
+) -> tuple[PartialFileHandle | None, bytes | None]:
141
"""
142
Try to get a partial file handle by using the key entry in the index file.
143
0 commit comments