Commit 433e8a8
committed
fix(db): add type ignore comments for MyPy compatibility
- Add type: ignore[no-any-return] for decorated method return
- Add type: ignore[misc] for untyped tenacity decorator
The tenacity library doesn't have type stubs, so we need to
suppress these MyPy warnings.1 parent 30fd3b6 commit 433e8a8
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| |||
0 commit comments