Skip to content

Commit

Permalink
small type error
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpatrick57 committed Sep 2, 2024
1 parent bada733 commit e094409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tune/protox/env/space/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e094409

Please sign in to comment.