Commit 5c15db9
Fix remaining type errors in cli.py
- Add typing import and type annotations for dict kwargs
- Use db.table() instead of db[] for extract command
- Fix missing str() conversion for exception
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent 29842be commit 5c15db9
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
705 | 706 | | |
706 | 707 | | |
707 | 708 | | |
708 | | - | |
| 709 | + | |
709 | 710 | | |
710 | 711 | | |
711 | 712 | | |
| |||
1042 | 1043 | | |
1043 | 1044 | | |
1044 | 1045 | | |
1045 | | - | |
| 1046 | + | |
1046 | 1047 | | |
1047 | 1048 | | |
1048 | 1049 | | |
| |||
2656 | 2657 | | |
2657 | 2658 | | |
2658 | 2659 | | |
2659 | | - | |
| 2660 | + | |
2660 | 2661 | | |
2661 | 2662 | | |
2662 | 2663 | | |
2663 | 2664 | | |
2664 | 2665 | | |
2665 | | - | |
| 2666 | + | |
2666 | 2667 | | |
2667 | 2668 | | |
2668 | 2669 | | |
| |||
0 commit comments