Skip to content

Commit 60ccf49

Browse files
committed
Fix typing test
1 parent 7770ffe commit 60ccf49

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.Provider[Any] = providers.Configuration()
9+
config1: providers.Configuration = 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)