Skip to content

Commit 81f0469

Browse files
Update src/envs/browsergym_env/models.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent dd284de commit 81f0469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/envs/browsergym_env/models.py

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

88
from dataclasses import dataclass, field
9-
from typing import Any, Dict, List, Optional
9+
from typing import List, Optional
1010

1111
from core.env_server.types import Action, Observation, State
1212

0 commit comments

Comments
 (0)