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
Config: declare type of the db_index_url attribute.
mypy (and likely other static analysis tools) will complain if an
object attribute is used without being defined either in the class or
the class's __init__ method. Declare the attribute here so that mypy
knows it exists.
0 commit comments