Skip to content

Commit 02c76f5

Browse files
committed
run pre commit locally to fix failing lint test
1 parent a417ce6 commit 02c76f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/notebooks/ancova_pymc.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@
3737
"metadata": {},
3838
"outputs": [],
3939
"source": [
40-
"import causalpy as cp\n",
4140
"import matplotlib.pyplot as plt\n",
42-
"import seaborn as sns"
41+
"import seaborn as sns\n",
42+
"\n",
43+
"import causalpy as cp"
4344
]
4445
},
4546
{

0 commit comments

Comments
 (0)