ndexbio / ndex2-client

NDEx2 Client
BSD 3-Clause "New" or "Revised" License
6 stars 6 forks source link

Syntax fix #97

Closed hrshdhgd closed 1 year ago

hrshdhgd commented 1 year ago

Hello,

I spotted a syntax warning in one of our projects that has your project as a dependency.

ndex2/nice_cx_network.py:1894: SyntaxWarning: "is not" with a literal. Did you mean "!="?

Took the liberty of correcting it. Feel free to merge or ignore.

coleslaw481 commented 1 year ago

Thanks. Merging into dev branch so I can add a test or two before putting onto master