Commit 86e9d2b
feat: add kwargs to paginator send & reply methods (#1431)
* feat: add kwargs to send and reply in paginator
This allows paginators to be sent ephemerally by passing kwargs to paginator methods
* style: add whitespace below args (autofix by pre-commit)
* refactor: revert BaseContext typehint change
Co-authored-by: LordOfPolls <[email protected]>
Signed-off-by: Sam Nuttall <[email protected]>
* ci: correct from checks.
* fix: re-add BaseContext dependancy
InteractionContext auto removed by pre-commit
---------
Signed-off-by: Sam Nuttall <[email protected]>
Co-authored-by: LordOfPolls <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>1 parent 5973a76 commit 86e9d2b
1 file changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | | - | |
| 355 | + | |
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
| 361 | + | |
361 | 362 | | |
362 | 363 | | |
363 | 364 | | |
364 | 365 | | |
365 | 366 | | |
366 | | - | |
| 367 | + | |
367 | 368 | | |
368 | 369 | | |
369 | 370 | | |
| |||
372 | 373 | | |
373 | 374 | | |
374 | 375 | | |
375 | | - | |
| 376 | + | |
376 | 377 | | |
377 | 378 | | |
378 | 379 | | |
379 | 380 | | |
380 | 381 | | |
| 382 | + | |
| 383 | + | |
381 | 384 | | |
382 | 385 | | |
383 | 386 | | |
384 | | - | |
| 387 | + | |
385 | 388 | | |
386 | 389 | | |
387 | 390 | | |
| |||
0 commit comments