vedastra commited on
Commit
523dbd7
·
verified ·
1 Parent(s): e45f6f1

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. server/app.py +1 -1
server/app.py CHANGED
@@ -20,7 +20,7 @@ try:
20
  except Exception as e:
21
  raise ImportError("openenv is required. Install with: uv sync") from e
22
 
23
- from ..models import DataCleaningAction, DataCleaningObservation
24
  from server.data_cleaning_env_environment import DataCleaningEnvironment
25
 
26
  from fastapi import HTTPException
 
20
  except Exception as e:
21
  raise ImportError("openenv is required. Install with: uv sync") from e
22
 
23
+ from models import DataCleaningAction, DataCleaningObservation
24
  from server.data_cleaning_env_environment import DataCleaningEnvironment
25
 
26
  from fastapi import HTTPException