Skip to content

Commit 06a4aa1

Browse files
committed
attempt to fix the same linting error as before now happening in a new file
1 parent afa2e59 commit 06a4aa1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

causalpy/tests/test_input_validation.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
22
import pytest
33

44
import causalpy as cp
5-
from causalpy.custom_exceptions import (
6-
BadIndexException,
7-
DataException,
8-
FormulaException,
9-
)
5+
from causalpy.custom_exceptions import BadIndexException # NOQA
6+
from causalpy.custom_exceptions import DataException, FormulaException
107

118
sample_kwargs = {"tune": 20, "draws": 20, "chains": 2, "cores": 2}
129

0 commit comments

Comments
 (0)