Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Jul 19, 2023
1 parent bd88b2f commit a0aa3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi_utils/api_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from pydantic import BaseSettings
else:
try:
from pydantic_settings import BaseSettings, SettingsConfigDict # type: ignore[no-redef]
from pydantic_settings import BaseSettings, SettingsConfigDict
except ImportError:
raise ImportError(
"You are using pydantic >= 2.0, but you do not have pydantic-settings installed. "
Expand Down

0 comments on commit a0aa3a6

Please sign in to comment.