gchq / gaffer-tools

gaffer-tools is deprecated. Use https://github.com/gchq/gafferpy instead
Apache License 2.0
50 stars 29 forks source link

Python 3.9 syntax warnings: gaffer_core.py using is with literal #877

Closed t92549 closed 3 years ago

t92549 commented 3 years ago

Python 3.9 now gives 3 syntax warnings in gaffer_core.py for SyntaxWarning: "is" with a literal. Did you mean "=="?. These should be changed as suggested.