Skip to content

Commit

Permalink
Ignore redef
Browse files Browse the repository at this point in the history
  • Loading branch information
TheByronHimes committed Oct 25, 2023
1 parent 02ccfd6 commit def6369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_config_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
try:
from pydantic_settings import BaseSettings
except ImportError:
from pydantic import BaseSettings
from pydantic import BaseSettings # type: ignore [no-redef]

from script_utils.cli import echo_failure, echo_success, run

Expand Down

0 comments on commit def6369

Please sign in to comment.