Browse Source

removed log methods from dag9

Avik Datta 4 years ago
parent
commit
fffecb2afc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      dags/dag9_tenx_single_cell_immune_profiling.py

+ 0 - 1
dags/dag9_tenx_single_cell_immune_profiling.py

@@ -5,7 +5,6 @@ from airflow.utils.dates import days_ago
 from airflow.operators.python_operator import PythonOperator
 from airflow.operators.python_operator import BranchPythonOperator
 from airflow.operators.dummy_operator import DummyOperator
-from igf_airflow.logging.upload_log_msg import send_log_to_channels,log_success,log_failure,log_sleep
 from igf_airflow.utils.dag9_tenx_single_cell_immune_profiling_utils import fetch_analysis_info_and_branch_func
 from igf_airflow.utils.dag9_tenx_single_cell_immune_profiling_utils import configure_cellranger_run_func
 from igf_airflow.utils.dag9_tenx_single_cell_immune_profiling_utils import run_sc_read_trimmming_func