Skip to content

Commit bb8e3f5

Browse files
committed
pylint
1 parent 2cca321 commit bb8e3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causal_testing/testing/estimators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import statsmodels.api as sm
1111
import statsmodels.formula.api as smf
1212
from econml.dml import CausalForestDML
13-
from patsy import dmatrix
13+
from patsy import dmatrix # pylint: disable = no-name-in-module
1414

1515
from sklearn.ensemble import GradientBoostingRegressor
1616
from statsmodels.regression.linear_model import RegressionResultsWrapper

0 commit comments

Comments
 (0)