Commit 4bb25cd
committed
tests(test_query_list): Fix mypy issue
tests/_internal/test_query_list.py:262: error: Argument 1 to "filter" of "QueryList" has incompatible type "Mapping[str, str | list[str]]"; expected "Callable[[dict[str, Any]], bool] | dict[str, Any] | None" [arg-type]
tests/_internal/test_query_list.py:275: error: Argument 1 to "get" of "QueryList" has incompatible type "Mapping[str, str | list[str]] | None"; expected "Callable[[dict[str, Any]], bool] | dict[str, Any] | None" [arg-type]
tests/_internal/test_query_list.py:281: error: Argument 1 to "get" of "QueryList" has incompatible type "Mapping[str, str | list[str]] | None"; expected "Callable[[dict[str, Any]], bool] | dict[str, Any] | None" [arg-type]
tests/_internal/test_query_list.py:288: error: Argument 1 to "get" of "QueryList" has incompatible type "Mapping[str, str | list[str]] | None"; expected "Callable[[dict[str, Any]], bool] | dict[str, Any] | None" [arg-type]1 parent e6e53ba commit 4bb25cd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
0 commit comments