Commit 0c55379
committed
fix(typing): Using correct typing for
The typing of `param_hint` between `BadParameter`, `MissingParameter` and `_join_param_hints` was different.
The firsts only allowed for a `str` where the later also accept a sequence of `str`.
Fixes #2777param_hint
1 parent 91ac027 commit 0c55379
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
0 commit comments