Skip to content

Commit

Permalink
fix pyling warning
Browse files Browse the repository at this point in the history
  • Loading branch information
RMeli committed Dec 30, 2024
1 parent a611972 commit 43fb0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/MDAnalysisTests/core/test_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -1683,8 +1683,8 @@ def test_wrap_and_unwrap_deprecation(self, compound, pbc, unwrap):
# We call a deprecated argument that does not appear in the
# function's signature. This is done on purpose to test the
# deprecation. We need to tell the linter.
# pylint: disable-next=unexpected-keyword-arg
assert (
# pylint: disable-next=unexpected-keyword-arg
self.dummy_funtion(
compound=compound, pbc=pbc, unwrap=unwrap
)
Expand Down

0 comments on commit 43fb0dd

Please sign in to comment.