mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-07 08:26:06 +00:00
refactor(trajectory): add missing import for json module
- Added 'import json' at the beginning of trajectory_preprocess_op.py - This import is necessary for handling JSON data in the trajectory preprocessing task
This commit is contained in:
parent
3056389c19
commit
2fdb51ff5e
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import json
|
||||
from typing import List, Dict
|
||||
|
||||
from flowllm import C, BaseOp
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue