Skip to content

Commit 1a35dfa

Browse files
remove unnecessary pass
1 parent b6009cb commit 1a35dfa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

causal_testing/testing/causal_test_outcome.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ def apply(self, res: CausalTestResult) -> bool:
1313
:param res: CausalTestResult to be checked
1414
:return: Bool that is true if outcome is met
1515
"""
16-
pass
1716

1817
def __str__(self) -> str:
1918
return type(self).__name__

0 commit comments

Comments
 (0)