Skip to content

croniter: fix typo #14337

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 26, 2025
Merged

croniter: fix typo #14337

merged 1 commit into from
Jun 26, 2025

Conversation

JelleZijlstra
Copy link
Member

Had to stare at this stub for a while to notice the bug...

Had to stare at this stub for a while to notice the bug...
Copy link
Contributor

Diff from mypy_primer, showing the effect of this PR on open source code:

paasta (https://github.com/yelp/paasta)
- paasta_tools/cli/cmds/validate.py:879: error: List comprehension has incompatible type List[float]; expected List[str]  [misc]
+ paasta_tools/cli/cmds/validate.py:879: error: List comprehension has incompatible type List[datetime]; expected List[str]  [misc]

@JelleZijlstra JelleZijlstra merged commit 1511911 into main Jun 26, 2025
49 checks passed
@JelleZijlstra JelleZijlstra deleted the JelleZijlstra-patch-1 branch June 26, 2025 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants