Skip to content

Commit

Permalink
[BugFix] Fix typing in llm env
Browse files Browse the repository at this point in the history
ghstack-source-id: b5608f91756b5a81141941903158417a111e0710
Pull Request resolved: #2647
  • Loading branch information
vmoens committed Dec 13, 2024
1 parent cb8e241 commit e3c3047
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions torchrl/envs/custom/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
from __future__ import annotations

from typing import Callable, List, Union

import torch
Expand Down

0 comments on commit e3c3047

Please sign in to comment.