Skip to content

Commit

Permalink
Update conftest.py
Browse files Browse the repository at this point in the history
pep fix
  • Loading branch information
talagayev authored Dec 15, 2024
1 parent 4cf88aa commit 21231de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions testsuite/MDAnalysisTests/analysis/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,8 @@ def client_NucPairDist(request):
return request.param



# MDAnalysis.analysis.contacts

@pytest.fixture(scope="module", params=params_for_cls(Contacts))
def client_Contacts(request):
return request.param
return request.param

0 comments on commit 21231de

Please sign in to comment.