diff --git a/tune/protox/env/space/utils.py b/tune/protox/env/space/utils.py index 734a4ca8..0977a906 100644 --- a/tune/protox/env/space/utils.py +++ b/tune/protox/env/space/utils.py @@ -224,7 +224,7 @@ def fetch_server_knobs( def fetch_server_indexes( connection: Connection[Any], tables: list[str] -) -> typing.tuple[TableAttrListMap, ServerTableIndexMetadata]: +) -> tuple[TableAttrListMap, ServerTableIndexMetadata]: rel_metadata = TableAttrListMap({t: [] for t in tables}) existing_indexes = ServerTableIndexMetadata({}) with connection.cursor(row_factory=dict_row) as cursor: