From eb0c866d4e226606fe86e0f90af10c776e664a5c Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 27 Oct 2021 14:49:58 -0700 Subject: lint: small cleanups, mostly E711 and E713 --- tests/test_transform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_transform.py') diff --git a/tests/test_transform.py b/tests/test_transform.py index 42f51d3..4409bf0 100644 --- a/tests/test_transform.py +++ b/tests/test_transform.py @@ -64,7 +64,7 @@ def test_biblio_metadata_hacks() -> None: biblio.release_year = 2030 out = biblio_metadata_hacks(biblio) - assert out.release_year == None + assert out.release_year is None biblio.doi_prefix = "10.1101" biblio.container_name = None -- cgit v1.2.3