Skip to content

Commit 5e5055d

Browse files
committed
Fix: linting error
1 parent 743b130 commit 5e5055d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causal_testing/surrogate/surrogate_search_algorithms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Module containing implementation of search algorithm for surrogate search """
22
# pylint: disable=cell-var-from-loop
3-
# pylint: disable=too-few-public-methods
43
# pylint: disable=too-many-locals
4+
# pylint: disable=R0903
55
# Fitness functions are required to be iteratively defined, including all variables within.
66

77
from operator import itemgetter

0 commit comments

Comments
 (0)