Skip to content

Commit 61e941f

Browse files
committed
fix: linting
1 parent 40763d0 commit 61e941f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: prolif/fingerprint.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ def _run_bridged_analysis(self, traj, lig, prot, water, **kwargs):
726726
An MDAnalysis AtomGroup for the protein (with multiple residues)
727727
water: MDAnalysis.core.groups.AtomGroup
728728
An MDAnalysis AtomGroup for the water molecules
729-
"""
729+
""" # noqa: E501
730730
kwargs.pop("n_jobs", None)
731731
residues = kwargs.pop("residues", None)
732732
fp = Fingerprint(

0 commit comments

Comments
 (0)