Skip to content

Commit

Permalink
removes unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mekhlakapoor committed Nov 14, 2024
1 parent 2e0f63a commit c733c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aind_metadata_mapper/mesoscope/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from pathlib import Path
from typing import List, Literal, Optional

from pydantic import Field, field_validator
from pydantic import Field

from aind_metadata_mapper.core_models import BaseJobSettings

Expand Down

0 comments on commit c733c70

Please sign in to comment.