Skip to content

Commit 04cae44

Browse files
committed
trying linter
Signed-off-by: Nathaniel <[email protected]>
1 parent e9212f1 commit 04cae44

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/source/notebooks/inv_prop_pymc.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
"outputs": [],
88
"source": [
99
"import arviz as az\n",
10-
"import causalpy as cp\n",
1110
"import numpy as np\n",
11+
"import matplotlib.pyplot as plt\n",
1212
"import pandas as pd\n",
1313
"\n",
14-
"import matplotlib.pyplot as plt"
14+
"\n",
15+
"import causalpy as cp"
1516
]
1617
},
1718
{

0 commit comments

Comments
 (0)