Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Jul 9, 2024
1 parent 2d2b68f commit 3dc583d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensordict/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
is_batchedtensor,
)
except ImportError:
from functorch._C import (
from functorch._C import ( # @manual=fbcode//functorch:_C # noqa
get_unwrapped,
is_batchedtensor,
) # @manual=fbcode//functorch:_C
)
except ImportError:
pass

Expand Down

0 comments on commit 3dc583d

Please sign in to comment.