Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
cbouy committed Nov 26, 2024
1 parent 40763d0 commit 61e941f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prolif/fingerprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ def _run_bridged_analysis(self, traj, lig, prot, water, **kwargs):
An MDAnalysis AtomGroup for the protein (with multiple residues)
water: MDAnalysis.core.groups.AtomGroup
An MDAnalysis AtomGroup for the water molecules
"""
""" # noqa: E501
kwargs.pop("n_jobs", None)
residues = kwargs.pop("residues", None)
fp = Fingerprint(
Expand Down

0 comments on commit 61e941f

Please sign in to comment.