jiayuasu merged PR #1372:
URL: https://github.com/apache/sedona/pull/1372
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-unsubscr...@sedona.apache.
jbampton opened a new pull request, #1372:
URL: https://github.com/apache/sedona/pull/1372
Comparison to true should be 'if cond is true:' or 'if cond:'.
https://www.flake8rules.com/rules/E712.html
https://peps.python.org/pep-0008/#programming-recommendations
## Did you r