Skip to content

Commit 723ef99

Browse files
Fix: Correct StepResult import in DIPG safety client
1 parent a5e98b8 commit 723ef99

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/envs/dipg_safety_env/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
from core.http_env_client import HTTPEnvClient
2-
from core.types import StepResult
1+
from core.http_env_client import HTTPEnvClient, StepResult
32
from .models import DIPGAction, DIPGObservation, DIPGState
43

54
class DIPGSafetyEnv(HTTPEnvClient[DIPGAction, DIPGObservation]):

0 commit comments

Comments
 (0)