Skip to content

Commit 054c5b8

Browse files
committed
minor: fix linting
1 parent 310b2a9 commit 054c5b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pylops/jaxoperator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
'the jaxoperator module run "pip install jax" or'
1919
'"conda install -c conda-forge jax".'
2020
)
21-
jaxarrayin_type = None
22-
jaxarrayout_type = None
21+
jaxarrayin_type = Any
22+
jaxarrayout_type = Any
2323

2424
JaxTypeIn = NewType("JaxTypeIn", jaxarrayin_type)
2525
JaxTypeOut = NewType("JaxTypeOut", jaxarrayout_type)

0 commit comments

Comments
 (0)