Commit c4bab32
server: reverse: fix kwargs type annotation
When annotating kwargs the type annotation refers to the type of the
items within the dict. Drop the encapsulating dict in the type
annotation of Server.reverse.
This is already done correctly in other places around the codebase.
Signed-off-by: Jan Heinemeyer <j.heinemeyer@pengutronix.de>1 parent 319916d commit c4bab32
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
990 | 990 | | |
991 | 991 | | |
992 | 992 | | |
993 | | - | |
| 993 | + | |
994 | 994 | | |
995 | 995 | | |
996 | 996 | | |
| |||
0 commit comments