mcs07 / PubChemPy

Python wrapper for the PubChem PUG REST API.
http://pubchempy.readthedocs.io
MIT License
379 stars 106 forks source link

Minor python syntax problem #79

Open pjknowles opened 11 months ago

pjknowles commented 11 months ago

/usr/local/miniconda/envs/QtMolpro-github/lib/python3.11/site-packages/pubchempy.py:563: SyntaxWarning: "is not" with a literal. Did you mean "!="? if self.charge is not 0: