Skip to content

Commit

Permalink
bad ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
FFroehlich committed Nov 28, 2024
1 parent 862586d commit 674c481
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/sdist/amici/jax.template.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# ruff: noqa: F401, F821, F841
import jax.numpy as jnp
from interpax import interp1d
from pathlib import Path

from amici.jax.model import JAXModel

# ruff: noqa: F821, F841


class JAXModel_TPL_MODEL_NAME(JAXModel):
api_version = TPL_MODEL_API_VERSION
Expand Down

0 comments on commit 674c481

Please sign in to comment.