Skip to content

Commit

Permalink
fix(persistence): import asert_never from typing_extensions (#2850)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHYang committed Apr 10, 2024
1 parent f3fde50 commit 62644cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phoenix/db/bulk_inserter.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
List,
Optional,
Tuple,
assert_never,
cast,
)

from openinference.semconv.trace import SpanAttributes
from sqlalchemy import func, insert, select, update
from sqlalchemy.ext.asyncio import AsyncSession
from typing_extensions import assert_never

import phoenix.trace.v1 as pb
from phoenix.db import models
Expand Down

0 comments on commit 62644cb

Please sign in to comment.