Skip to content
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

Drop use of datetime.min.date() #35

Merged
merged 1 commit into from
Oct 29, 2024
Merged

Conversation

wegank
Copy link
Collaborator

@wegank wegank commented Oct 29, 2024

The use of datetime.min.date() is unnecessary and can be replaced with None throughout the whole file. In fact, even from a type perspective, review.submitted_at is of type datetime, while datetime.min.date() is not...

Extracted from #33. Closes #34.

@wegank wegank merged commit 9f076f0 into nix-community:master Oct 29, 2024
4 checks passed
@wegank wegank deleted the trivial-3.5 branch October 29, 2024 11:46
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.

list(p_r.get_commits())=[] edge case
1 participant