Skip to content

Commit 2bbd017

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

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
@@ -5,7 +5,7 @@
55
and more under a single Gymnasium-compatible API.
66
"""
77

8-
from dataclasses import dataclass, field
8+
from dataclasses import dataclass
99
from typing import List, Optional
1010

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

0 commit comments

Comments
 (0)