KnightBlade commited on
Commit
3b1dc2a
·
1 Parent(s): aa24d1e

chore: sync latest environment updates

Browse files
Files changed (1) hide show
  1. models.py +1 -1
models.py CHANGED
@@ -11,7 +11,7 @@ The data_wrangler environment is a simple test environment that echoes back mess
11
  """
12
 
13
  from typing import Dict, List, Optional, Any
14
- from openenv.core.env_server.types import Action, Observation
15
  from pydantic import Field
16
 
17
  class DataWranglerAction(Action):
 
11
  """
12
 
13
  from typing import Dict, List, Optional, Any
14
+ from openenv.core.env_server.types import Action, Observation # type: ignore
15
  from pydantic import Field
16
 
17
  class DataWranglerAction(Action):