Commit 263c2d6
committed
chore: hint machine addresses as list of dicts
Having `list[str]` has type-hinting made working with a type-checker
awkward as an addresses is defined as a dict of mostly [str, str]
key-values pairs, with one key-value being a [str, boolean] key-value
pairs.
Signed-off-by: Guillaume Boutry <guillaume.boutry@canonical.com>1 parent fdbbbe9 commit 263c2d6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
0 commit comments