Skip to content

Commit 60ccf49

Browse files
committedJun 5, 2024
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

+1-1
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)