Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Sep 20, 2024
1 parent 3f620a8 commit 48f1606
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions torchrl/envs/transforms/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -6634,8 +6634,7 @@ def forward(self, tensordict: TensorDictBase) -> TensorDictBase:


class RenameTransform(Transform):
"""A transform to rename entries in the output tensordict (or input tensordict
via the inverse keys).
"""A transform to rename entries in the output tensordict (or input tensordict via the inverse keys).
Args:
in_keys (sequence of NestedKey): the entries to rename.
Expand Down

0 comments on commit 48f1606

Please sign in to comment.