Skip to content

Commit caf6a27

Browse files
committed
Run pre-commit.
1 parent 66a7ec1 commit caf6a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/notebooks/GLM-hierarchical-jax.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
"import numpy as np\n",
5353
"import pandas as pd\n",
5454
"import pymc3 as pm\n",
55-
"import theano\n",
5655
"import pymc3.sampling_jax\n",
56+
"import theano\n",
5757
"\n",
58-
"print(\"Running on PyMC3 v{}\".format(pm.__version__))"
58+
"print(f\"Running on PyMC3 v{pm.__version__}\")"
5959
]
6060
},
6161
{

0 commit comments

Comments
 (0)