Skip to content

Commit

Permalink
Fix pydantic warning
Browse files Browse the repository at this point in the history
ValidationError has been moved. Fixed the import.
  • Loading branch information
laurigates committed Jan 3, 2024
1 parent 3dcb3bd commit 38a4aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import httpx
from kafka.producer.future import RecordMetadata
from pydantic.error_wrappers import ValidationError
from pydantic import ValidationError

from fvhiot.models.thingpark import DevEuiUplink
from fvhiot.utils import init_script
Expand Down

0 comments on commit 38a4aec

Please sign in to comment.