1
0
personal-data/git_time_tracker/source
Jon Michael Aanes b79ea804b2 Replace assert statements with proper error handling
- Replace assert with ValueError in git_time_tracker/source/csv_file.py
- Replace assert with ValueError in git_time_tracker/source/git_repo.py
- Replace assert with TypeError in personal_data/util.py
- Fix isinstance call to use tuple for efficiency

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-25 00:22:06 +02:00
..
__init__.py Merged git-time-tracker into personal-data 2024-10-13 14:32:51 +02:00
csv_file.py Replace assert statements with proper error handling 2025-06-25 00:22:06 +02:00
git_repo.py Replace assert statements with proper error handling 2025-06-25 00:22:06 +02:00