Skip to content

Commit

Permalink
removed redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbinschmid committed Jun 24, 2024
1 parent aae72d2 commit 041abb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pydantic configuration of experiment runs.
"""

from pydantic import Discriminator, Field, ValidationError
from pydantic import Discriminator, Field
from pydantic_settings import BaseSettings
from models.models import ModelConfig
from datasets.transforms import TransformType
Expand Down

0 comments on commit 041abb5

Please sign in to comment.