Skip to content

Commit

Permalink
Fix typing test
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk135 committed Jun 5, 2024
1 parent 7770ffe commit 60ccf49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/typing/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


# Test 1: to check the getattr
config1: providers.Provider[Any] = providers.Configuration()
config1: providers.Configuration = providers.Configuration()
provider1: providers.Provider[dict] = providers.Factory(dict, a=config1.a)

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

0 comments on commit 60ccf49

Please sign in to comment.