Skip to content

Commit cb8e241

Browse files
author
Vincent Moens
committed
[BugFix] Fix typing in chess env
ghstack-source-id: ad6086b Pull Request resolved: #2646
1 parent 9ee1ae7 commit cb8e241

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

torchrl/envs/custom/chess.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 Dict, Optional
68

79
import torch

0 commit comments

Comments
 (0)