- Notifications
You must be signed in to change notification settings - Fork673
Commit062f8f6
committed
fix: argument type was not a tuple as expected
While adding type-hints mypy flagged this as an issue. The thirdargument to register_custom_action is supposed to be a tuple. It wasbeing passed as a string rather than a tuple of strings.1 parent916a7fe commit062f8f6
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
234 | 234 |
| |
235 | 235 |
| |
236 | 236 |
| |
237 |
| - | |
| 237 | + | |
238 | 238 |
| |
239 | 239 |
| |
240 | 240 |
| |
|
0 commit comments
Comments
(0)