Skip to content

Commit

Permalink
supression commentaires inutiles
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcorbeau committed Jan 20, 2025
1 parent e769e8d commit 019ae5d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def task_info_get():
def cluster_acteurs_db_data_read_acteurs_wrapper(**kwargs) -> None:
logger.info(task_info_get())

# use xcom to get the config from the previous task
config: ClusterConfig = kwargs["ti"].xcom_pull(
key="config", task_ids="cluster_acteurs_config_create"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def task_info_get():
def cluster_info_size1_exact_fields_wrapper(**kwargs) -> None:
logger.info(task_info_get())

# use xcom to get the config from the previous task
config: ClusterConfig = kwargs["ti"].xcom_pull(
key="config", task_ids="cluster_acteurs_config_create"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def task_info_get():
def cluster_acteurs_suggestions_wrapper(**kwargs) -> None:
logger.info(task_info_get())

# use xcom to get the config from the previous task
config: ClusterConfig = kwargs["ti"].xcom_pull(
key="config", task_ids="cluster_acteurs_config_create"
)
Expand Down

0 comments on commit 019ae5d

Please sign in to comment.