Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Commit4dfd480
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 levelfor a `url` instance attribute.This adds a corresponding brief docstring for it as well, which mayslightly improve usability, but the main impact is one less mypyerror.1 parentc34a466 commit4dfd480
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
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
Comments
(0)