Skip to content

Commit a05d61f

Browse files
committed
Fix typing test
1 parent b9004a2 commit a05d61f

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
@@ -6,7 +6,7 @@
66

77

88
# Test 1: to check the getattr
9-
config1: providers.Provide[Any] = providers.Configuration()
9+
config1: providers.Provider[Any] = providers.Configuration()
1010
provider1: providers.Provider[dict] = providers.Factory(dict, a=config1.a)
1111

1212
# Test 2: to check the from_*() method

0 commit comments

Comments
 (0)