Skip to content

Commit

Permalink
Fix RUF036
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Jan 7, 2025
1 parent cabe580 commit 159c972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jaxsim/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
dict[Hashable, TypeVar("PyTree")]
| list[TypeVar("PyTree")]
| tuple[TypeVar("PyTree")]
| None
| jax.Array
| Any
| None
)

# =======================
Expand Down

0 comments on commit 159c972

Please sign in to comment.