Commit 0d42845
authored
feat!: make all namedtuples typed, and remove unnormalized option (#24)
In an early version of regbot, I'd thought about trying to avoid collapsing all values into enums, but I think that's unnecessary so I'm removing the option
Make all namedtuples type-annotated for editor integration1 parent 249d6d5 commit 0d42845
File tree
6 files changed
+593
-490
lines changed- src/regbot/fetch
- tests
6 files changed
+593
-490
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
11 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| |||
0 commit comments