Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Optional annotation from 'days' parameter in cleanup_jwds func…
…tion Fixes a type error where Optional[int] caused incompatibility with datetime.timedelta(days=...). Removed the Optional annotation from the days parameter since it always defaults to 5, ensuring days is consistently treated as an integer and avoiding MyPy complaints.
- Loading branch information