Skip to content

Commit e3ad3d2

Browse files
committed
remove unused import
1 parent fa1aa2e commit e3ad3d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lectures/bayes_nonconj.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ As usual, we begin by importing some Python code.
5050
import numpy as np
5151
import seaborn as sns
5252
import matplotlib.pyplot as plt
53-
from scipy.stats import binom
5453
import scipy.stats as st
5554
5655
import jax.numpy as jnp

0 commit comments

Comments
 (0)