Skip to content

Commit

Permalink
Remove uneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
danielward27 committed Jul 20, 2022
1 parent b9f531d commit f06e982
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flowjax/distributions.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from jax import random
from jax.scipy.stats import norm
import jax
from numpy import ndarray

# To construct a distribution, we define _log_prob and _sample, which take in vector arguments.
# More friendly methods are then created from these, supporting batches of inputs.
Expand Down

0 comments on commit f06e982

Please sign in to comment.