Nathan Esquenazi
74fcd2e0ab
fix: correct 9 inaccurate type hints
- get_password_hash() -> str | None (not bool, returns hash or None)
- parse_cookie() -> str | None (not None, returns cookie value)
- Session.__init__ session_id: str (not int, uuid hex)
- Session.__init__ project_id: str (not int)
- Session.__init__ **kwargs (remove incorrect dict annotation)
- Session.load() remove -> None (returns Session | None)
- import_cli_session session_id: str (not int)
- sync_session_start session_id: str (not int)
- sync_session_usage session_id: str (not int)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 23:54:58 -07:00
..
2026-03-31 07:02:47 +00:00
2026-04-04 23:54:58 -07:00
2026-04-05 13:30:20 +07:00
2026-04-05 13:30:20 +07:00
2026-04-04 23:54:58 -07:00
2026-04-05 13:30:20 +07:00
2026-04-05 13:30:20 +07:00
2026-04-04 23:54:58 -07:00
2026-04-04 22:25:08 -07:00
2026-04-05 13:30:20 +07:00
2026-04-05 13:30:20 +07:00