Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
renecotyfanboy committed Sep 30, 2024
1 parent 43d883b commit b5211d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions numpyro/contrib/nested_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
import jax.numpy as jnp

try:
import jaxns
from jaxns.public import DefaultNestedSampler
import jaxns # noqa: F401
from jaxns import (
Model,
Prior,
Expand All @@ -18,6 +17,7 @@
resample,
summary,
)
from jaxns.public import DefaultNestedSampler
from jaxns.utils import NestedSamplerResults

except ImportError as e:
Expand Down

0 comments on commit b5211d7

Please sign in to comment.