Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gtarpenning committed Dec 13, 2024
1 parent 017a687 commit 40114d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weave/trace_server/clickhouse_trace_server_batched.py
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ def get_object_refs_root_val(
) -> Any:
conds: list[str] = []
object_id_conds: list[str] = []
parameters: dict[str, str | int] = {}
parameters: dict[str, Union[str, int]] = {}

for ref_index, ref in enumerate(refs):
if ref.version == "latest":
Expand Down

0 comments on commit 40114d0

Please sign in to comment.