Skip to content

Commit a5edee1

Browse files
committed
refactor: move NDVI cache to cache directory
1 parent 86e72fe commit a5edee1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

backend/src/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
)
1111
from src.gee.image_preprocessing import get_preprocessed_imagery
1212
from src.gee.sat_index_info import get_sat_index_info
13-
from src.gee.ndvi_cache import ndvi_daily_cache
13+
from src.cache.ndvi_cache import ndvi_daily_cache
1414
from typing import List, Dict, Union
1515
import math
1616

0 commit comments

Comments
 (0)