Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
desaxce committed Nov 20, 2024
1 parent 1a418b9 commit 5324ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion literalai/api/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from literalai.my_types import Environment

from literalai.evaluation.dataset import Dataset, DatasetType
from literalai.evaluation.dataset import DatasetType
from literalai.evaluation.dataset_experiment import (
DatasetExperimentItem,
)
Expand Down

0 comments on commit 5324ae2

Please sign in to comment.