vedastra commited on
Commit
30b306d
·
verified ·
1 Parent(s): aee7e44

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. server/app.py +2 -2
server/app.py CHANGED
@@ -22,8 +22,8 @@ except Exception as e:
22
  "openenv is required. Install dependencies with: uv sync"
23
  ) from e
24
 
25
- from ..models import DataCleaningAction, DataCleaningObservation
26
- from .data_cleaning_env_environment import DataCleaningEnvironment
27
 
28
  from fastapi import HTTPException
29
  from fastapi.responses import JSONResponse
 
22
  "openenv is required. Install dependencies with: uv sync"
23
  ) from e
24
 
25
+ from models import DataCleaningAction, DataCleaningObservation
26
+ from server.data_cleaning_env_environment import DataCleaningEnvironment
27
 
28
  from fastapi import HTTPException
29
  from fastapi.responses import JSONResponse