Skip to content

Commit 47dfefa

Browse files
committed
[BugFix] Missing Any import in dm_control.py
1 parent 840b6b6 commit 47dfefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchrl/envs/libs/dm_control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import collections
88
import os
9-
from typing import Optional, Tuple, Union, Dict
9+
from typing import Optional, Tuple, Union, Dict, Any
1010

1111
import numpy as np
1212
import torch

0 commit comments

Comments
 (0)