Skip to content

Commit 9e6e70a

Browse files
author
Vladimir Puzakov
committed
chore: fix mypy test
1 parent ea738e5 commit 9e6e70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/typing/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from pathlib import Path
22

33
from dependency_injector import providers
4-
from pydantic import BaseSettings as PydanticSettings
4+
from pydantic_settings import BaseSettings as PydanticSettings
55

66

77
# Test 1: to check the getattr

0 commit comments

Comments
 (0)