Skip to content

Commit

Permalink
Fix linter bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
aphearin committed Feb 9, 2024
1 parent 701e1b1 commit 7489f4d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion diffmah/rockstar_pdf_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from collections import OrderedDict

from jax import jit as jjit
from jax import lax
from jax import numpy as jnp
from jax import vmap

Expand Down
1 change: 0 additions & 1 deletion diffmah/tng_pdf_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from collections import OrderedDict

from jax import jit as jjit
from jax import lax
from jax import numpy as jnp
from jax import vmap

Expand Down

0 comments on commit 7489f4d

Please sign in to comment.