Skip to content

Commit

Permalink
remove unused get_etl_api import #690
Browse files Browse the repository at this point in the history
  • Loading branch information
bossie committed Feb 26, 2024
1 parent c390aaf commit 78544bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openeogeotrellis/job_tracker_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
k8s_state_to_openeo_job_status,
kube_client,
)
from openeogeotrellis.integrations.etl_api import ETL_API_STATE, get_etl_api
from openeogeotrellis.integrations.etl_api import ETL_API_STATE
from openeogeotrellis.integrations.yarn import yarn_state_to_openeo_job_status, YARN_STATE
from openeogeotrellis.job_costs_calculator import (
JobCostsCalculator,
Expand Down

0 comments on commit 78544bd

Please sign in to comment.