From 2c1b09e8c91c69955b4404df8d06ac424901739d Mon Sep 17 00:00:00 2001 From: William Jamieson Date: Tue, 7 Nov 2023 10:45:12 -0500 Subject: [PATCH] Fix style --- tests/test_protocols.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_protocols.py b/tests/test_protocols.py index 0ea09216..c5835bc7 100644 --- a/tests/test_protocols.py +++ b/tests/test_protocols.py @@ -26,7 +26,7 @@ def get_crds_parameters(self): def _modelcontainer_methods(): - def __iter__(self): + def __iter__(self): # noqa: N807 pass def read_asn(self): @@ -49,7 +49,6 @@ def _powerset(iterable): @pytest.fixture() def data_object(request): - print(request.param) return type( "DataObject", (object,),