Skip to content

Commit

Permalink
code review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Agafonov committed Dec 30, 2022
1 parent 3650e77 commit bcdbc8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tensordict/tensordict.py
Original file line number Diff line number Diff line change
Expand Up @@ -1745,7 +1745,6 @@ def permute(
def __repr__(self) -> str:
if self._being_called:
return "Auto-nested"
field_str = indent("Auto-nested", 4 * " ")
self._being_called = True
fields = _td_fields(self)
self._being_called = False
Expand Down

0 comments on commit bcdbc8c

Please sign in to comment.