Skip to content

Commit

Permalink
switch all to relative imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Hgherzog committed Nov 19, 2024
1 parent ecab24a commit 4fded88
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rslp/forest_loss_driver/predict_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
import os
from pathlib import Path

from rslp.forest_loss_driver.inference.model_predict import (
forest_loss_driver_model_predict,
)
from rslp.log_utils import get_logger

from .inference.best_image_selector import select_best_images_pipeline
from .inference.config import PredictPipelineConfig
from .inference.extract_alerts import extract_alerts_pipeline
from .inference.materialize_dataset import materialize_forest_loss_driver_dataset
from .inference.model_predict import forest_loss_driver_model_predict

logger = get_logger(__name__)

Expand Down

0 comments on commit 4fded88

Please sign in to comment.