ashb commented on a change in pull request #17270:
URL: https://github.com/apache/airflow/pull/17270#discussion_r678337490



##########
File path: airflow/decorators/__init__.py
##########
@@ -15,15 +15,17 @@
 # specific language governing permissions and limitations
 # under the License.
 
-from typing import Callable, Dict, Iterable, List, Optional, Union
+from typing import Callable, Optional
+
+import importlib_metadata as metadata
 
-from airflow.decorators.python import python_task
-from airflow.decorators.python_virtualenv import _virtualenv_task
-from airflow.decorators.task_group import task_group  # noqa

Review comment:
       This import is just so you can do `from airflow.decorators import 
task_group` -- it is not used anywhere else, and `@task.task_group` isn't a 
thing.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to