Skip to content

Commit e3c3047

Browse files
author
Vincent Moens
committed
[BugFix] Fix typing in llm env
ghstack-source-id: b5608f9 Pull Request resolved: #2647
1 parent cb8e241 commit e3c3047

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

torchrl/envs/custom/llm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#
33
# This source code is licensed under the MIT license found in the
44
# LICENSE file in the root directory of this source tree.
5+
from __future__ import annotations
6+
57
from typing import Callable, List, Union
68

79
import torch

0 commit comments

Comments
 (0)