Skip to content

Commit a69824b

Browse files
black
1 parent 74b3376 commit a69824b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

causal_testing/specification/causal_specification.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class CausalSpecification(ABC):
1313
"""
1414
Abstract Class for the Causal Specification (combination of Scenario and Causal Dag)
1515
"""
16+
1617
def __init__(self, scenario: Scenario, causal_dag: CausalDAG):
1718
self.scenario = scenario
1819
self.causal_dag = causal_dag

0 commit comments

Comments
 (0)