ignore pylint warning re too-many-branches

pull/2302/head
bohendo 9 months ago
parent bb68df0818
commit 14bdd7cd36
No known key found for this signature in database
  1. 1
      slither/tools/mutator/mutators/abstract_mutator.py

@ -74,6 +74,7 @@ class AbstractMutator(
"""TODO Documentation"""
return {}
# pylint: disable=too-many-branches
def mutate(self) -> Tuple[List[int], List[int], List[int]]:
# call _mutate function from different mutators
(all_patches) = self._mutate()

Loading…
Cancel
Save