Skip to content

Commit 714d13d

Browse files
committed
fix import conflict linting between isort and black with # NOQA
1 parent 45dfc6d commit 714d13d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

causalpy/pymc_experiments.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@
88
import xarray as xr
99
from patsy import build_design_matrices, dmatrices
1010

11-
from causalpy.custom_exceptions import (
12-
BadIndexException,
13-
DataException,
14-
FormulaException,
15-
)
11+
from causalpy.custom_exceptions import BadIndexException # NOQA
12+
from causalpy.custom_exceptions import DataException, FormulaException
1613
from causalpy.plot_utils import plot_xY
1714
from causalpy.utils import _is_variable_dummy_coded, _series_has_2_levels
1815

0 commit comments

Comments
 (0)