diff --git a/prody/proteins/interactions.py b/prody/proteins/interactions.py index dffc41bad..da2f86f62 100644 --- a/prody/proteins/interactions.py +++ b/prody/proteins/interactions.py @@ -4094,14 +4094,10 @@ def calcFrequentInteractors(self, **kwargs): Selection pointed as None will return all interactions together without ligands separation. :type selection: str - - :arg contacts_min: Minimal number of contacts which residue may form with ligand. - by default is 2. - :type contacts_min: int """ + """ atoms = self._atoms interactions = self._interactions_traj - contacts_min = kwargs.pop('contacts_min', 2) selection = kwargs.pop('selection', None) from collections import Counter