mcs07 / PubChemPy

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

Fix syntax #85

Open pjknowles opened 6 months ago

pjknowles commented 6 months ago

/opt/homebrew/Caskroom/miniconda/base/envs/iMolpro/lib/python3.11/site-packages/pubchempy.py:563: SyntaxWarning: "is not" with a literal. Did you mean "!="? if self.charge is not 0:

pjknowles commented 4 weeks ago

Is a duplicate of https://github.com/mcs07/PubChemPy/pull/53