Commit 5c00559
Benjamin Moody
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.1 parent 83cdfaa commit 5c00559
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments