Commit f6489a7
committed
Ignore mypy error about rrule frequency type
Mypy expects a Literal for the `freq` argument of `rrule.rrule`, but
it can't infer that the values from the `_RRULE_FREQ_MAP` dictionary are of
the correct type. We add a `# type: ignore[arg-type]` comment to suppress
the error.
Signed-off-by: Mathias L. Baumann <[email protected]>1 parent fa34e2a commit f6489a7
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
215 | 218 | | |
216 | 219 | | |
217 | 220 | | |
| |||
0 commit comments