Skip to content

Commit

Permalink
minor: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Aug 9, 2024
1 parent 310b2a9 commit 054c5b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pylops/jaxoperator.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
'the jaxoperator module run "pip install jax" or'
'"conda install -c conda-forge jax".'
)
jaxarrayin_type = None
jaxarrayout_type = None
jaxarrayin_type = Any
jaxarrayout_type = Any

JaxTypeIn = NewType("JaxTypeIn", jaxarrayin_type)
JaxTypeOut = NewType("JaxTypeOut", jaxarrayout_type)
Expand Down

0 comments on commit 054c5b8

Please sign in to comment.