You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: fix type annotations in dependency injection tests
Fixed missing type arguments in dict type annotations to satisfy
pyright type checking requirements.
Changed:
- dict -> dict[str, str] in test functions
0 commit comments