We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7770ffe commit 60ccf49Copy full SHA for 60ccf49
tests/typing/configuration.py
@@ -6,7 +6,7 @@
6
7
8
# Test 1: to check the getattr
9
-config1: providers.Provider[Any] = providers.Configuration()
+config1: providers.Configuration = providers.Configuration()
10
provider1: providers.Provider[dict] = providers.Factory(dict, a=config1.a)
11
12
# Test 2: to check the from_*() method
0 commit comments