]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix double is_none()
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 15 Jan 2021 04:34:11 +0000 (23:34 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 15 Jan 2021 04:34:11 +0000 (23:34 -0500)
commit6be06d85e598e4fda6f3d35084e1c5cccb30cee5
treea3911600f847499a299a895725e2107b6c31b816
parent41ca37734aa4f293ac5fb63c239d78185c8ec983
fix double is_none()

I added an extra is_none() by mistake the other day and for
some reason it sneaked past flake8.  it's breaking all the
builds so get it back in

Change-Id: I17b311341169571efa856e062c6be7e8f362618f
lib/sqlalchemy/testing/assertions.py