Commit 0666f23
committed
Fix: Resolve type checker error and add mypy_cache to gitignore
- Line 446: Replace 'key=transcript_lengths.get' with 'key=lambda tid: transcript_lengths[tid]'
to resolve 'Argument key has incompatible type' type checker error
- Add .mypy_cache to .gitignore to prevent type checking cache files from being staged1 parent 6d1ce66 commit 0666f23
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
446 | | - | |
| 446 | + | |
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
| |||
0 commit comments