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

webapp: Use recommended None checking method #1589

Merged
merged 1 commit into from
Jun 15, 2024

Conversation

arthurscchan
Copy link
Contributor

@arthurscchan arthurscchan commented Jun 14, 2024

This PR fixes the None type checking by changing them to the recommended is None and is not None approach to avoid __eq__() pollution. This is part of the work to fulfil the type checking when type is added in #1601.

@arthurscchan arthurscchan marked this pull request as ready for review June 14, 2024 19:47
@DavidKorczynski DavidKorczynski merged commit 3282f37 into ossf:main Jun 15, 2024
7 checks passed
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