Skip to content

Commit fbfe76a

Browse files
committed
fix: linting
1 parent bffe827 commit fbfe76a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

causal_testing/surrogate/causal_surrogate_assisted.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
from abc import ABC, abstractmethod
44
from dataclasses import dataclass
55
from typing import Callable
6-
6+
import pandas as pd
77
from causal_testing.data_collection.data_collector import ObservationalDataCollector
88
from causal_testing.specification.causal_specification import CausalSpecification
99
from causal_testing.testing.base_test_case import BaseTestCase
1010
from causal_testing.testing.estimators import CubicSplineRegressionEstimator
11-
import pandas as pd
1211

1312
@dataclass
1413
class SimulationResult:

0 commit comments

Comments
 (0)