Skip to content

Commit

Permalink
move to trace: feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong committed Aug 27, 2024
1 parent ce531be commit f4211f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion weave/feedback.py → weave/trace/feedback.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from weave.trace_server import trace_server_interface as tsi
from weave.trace_server.interface.query import Query

from . import util
from .. import util


class Feedbacks(AbstractRichContainer[tsi.Feedback]):
Expand Down
2 changes: 1 addition & 1 deletion weave/weave_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
from weave import trace_sentry, urls, version
from weave.client_context import weave_client as weave_client_context
from weave.exception import exception_to_json_str
from weave.feedback import FeedbackQuery, RefFeedbackQuery
from weave.table import Table
from weave.trace import call_context
from weave.trace.feedback import FeedbackQuery, RefFeedbackQuery
from weave.trace.object_record import (
ObjectRecord,
dataclass_object_record,
Expand Down

0 comments on commit f4211f8

Please sign in to comment.