Commit 4dfd480
committed
Fix how Remote annotates dynamic config-backed url attribute
This fixes a mypy error by replacing an annotation on `self.url`,
which is a mypy error, by adding an annotation at the class level
for a `url` instance attribute.
This adds a corresponding brief docstring for it as well, which may
slightly improve usability, but the main impact is one less mypy
error.1 parent c34a466 commit 4dfd480
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
559 | 559 | | |
560 | 560 | | |
561 | 561 | | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
562 | 565 | | |
563 | 566 | | |
564 | 567 | | |
| |||
570 | 573 | | |
571 | 574 | | |
572 | 575 | | |
573 | | - | |
574 | 576 | | |
575 | 577 | | |
576 | 578 | | |
| |||
0 commit comments