[GitHub] [airflow] mik-laj commented on a change in pull request #15582: Add more typing to airflow.utils.helpers

2021-05-21 Thread GitBox
mik-laj commented on a change in pull request #15582: URL: https://github.com/apache/airflow/pull/15582#discussion_r637057400 ## File path: airflow/utils/helpers.py ## @@ -21,7 +21,7 @@ from datetime import datetime from functools import reduce from itertools import

[GitHub] [airflow] mik-laj commented on a change in pull request #15582: Add more typing to airflow.utils.helpers

2021-04-29 Thread GitBox
mik-laj commented on a change in pull request #15582: URL: https://github.com/apache/airflow/pull/15582#discussion_r623146456 ## File path: airflow/utils/helpers.py ## @@ -31,10 +31,17 @@ from airflow.exceptions import AirflowException from airflow.utils.module_loading