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,),