Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Nov 7, 2023
1 parent 2268e16 commit b85a10e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand All @@ -49,7 +49,6 @@ def _powerset(iterable):

@pytest.fixture()
def data_object(request):
print(request.param)
return type(
"DataObject",
(object,),
Expand Down

0 comments on commit b85a10e

Please sign in to comment.