Skip to content

Commit 7cfed44

Browse files
committed
fixing lint
Signed-off-by: Nathaniel <[email protected]>
1 parent 04cae44 commit 7cfed44

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/source/notebooks/inv_prop_pymc.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 1,
5+
"execution_count": 2,
66
"metadata": {},
77
"outputs": [],
88
"source": [
99
"import arviz as az\n",
10-
"import numpy as np\n",
1110
"import matplotlib.pyplot as plt\n",
11+
"import numpy as np\n",
1212
"import pandas as pd\n",
1313
"\n",
14-
"\n",
1514
"import causalpy as cp"
1615
]
1716
},

0 commit comments

Comments
 (0)