Skip to content

Commit

Permalink
fix: imports helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
desaxce committed Nov 21, 2024
1 parent ea1890d commit 5d5d558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions literalai/api/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
from literalai.evaluation.dataset_experiment import (
DatasetExperimentItem,
)
from literalai.api.attachment_helpers import (
from literalai.api.helpers.attachment_helpers import (
AttachmentUpload)
from literalai.api.score_helpers import (
from literalai.api.helpers.score_helpers import (
ScoreUpdate,
)

Expand Down

0 comments on commit 5d5d558

Please sign in to comment.