You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon first import of pypiper (version 0.12.3) in a Python 3.10 REPL, I see a few syntax warnings based on is-based, rather than ==-based, comparison. Could code be changed to avoid that?
Upon first import of pypiper (version 0.12.3) in a Python 3.10 REPL, I see a few syntax warnings based on
is
-based, rather than==
-based, comparison. Could code be changed to avoid that?The text was updated successfully, but these errors were encountered: