Commit 2500dd3
fix(dynamodb): Fix mypy type for _build_projection_expression return
The return dict contains both str and Dict[str, str] values, so the
return type must be Dict[str, Any] not Dict[str, str].
Signed-off-by: Jonathan Wrede <wrede.jonathan00@gmail.com>1 parent 7cb24c1 commit 2500dd3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
794 | 794 | | |
795 | 795 | | |
796 | 796 | | |
797 | | - | |
| 797 | + | |
798 | 798 | | |
799 | 799 | | |
800 | 800 | | |
| |||
0 commit comments