Commit 76117b1
committed
tee_registry: fix mypy on the ohttp config parser
`make check` (mypy) flagged `_parse_ohttp_config(raw: object)` as not
indexable. Type the decoded on-chain tuple as `Sequence[Any]`.
https://claude.ai/code/session_01L2gvK4aHX1bs3EQ61zxdkT1 parent bde1b2a commit 76117b1
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
0 commit comments