Skip to content

Commit 1434f50

Browse files
Disable too-few-public-methods check for causal_test_outcome.py
1 parent 25a19d2 commit 1434f50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

causal_testing/testing/causal_test_outcome.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# pylint: disable=too-few-public-methods
12
"""This module contains the CausalTestOutcome abstract class, as well as the concrete extension classes:
23
ExactValue, Positive, Negative, SomeEffect, NoEffect"""
34

0 commit comments

Comments
 (0)