Skip to content

Commit

Permalink
run isort
Browse files Browse the repository at this point in the history
  • Loading branch information
knikolaou committed Nov 13, 2023
1 parent 826b41c commit ba19e54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions znnl/models/jax_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@
-------
"""

from typing import Any, Callable, Optional, Sequence, Union

from functools import partial
from typing import Any, Callable, Optional, Sequence, Union

import jax
import jax.numpy as np
Expand Down

0 comments on commit ba19e54

Please sign in to comment.