You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[nit] conf.py: annotate the type, instead of ignoring the error (#17727)
There was a type-ignore here. But we can simply do what mypy is asking
us to do; in fact, the comment even already tells us these have to be
strings, (like the other arrays).
0 commit comments