Skip to content

Commit

Permalink
removed unused validationError #338
Browse files Browse the repository at this point in the history
  • Loading branch information
asuresh-code committed Oct 17, 2024
1 parent 5f2ef7e commit 39dec34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import logging
from typing import Any, Collection, List, Optional

from pydantic import BaseModel, ConfigDict, Field, HttpUrl, ValidationError, field_serializer, field_validator
from pydantic import BaseModel, ConfigDict, Field, HttpUrl, field_serializer, field_validator
from pymongo.client_session import ClientSession
from pymongo.database import Database

Expand Down

0 comments on commit 39dec34

Please sign in to comment.