You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/11/05 10:18:48 UTC

[GitHub] [airflow] ashb commented on a change in pull request #12082: Moves provider packages scripts to dev

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



##########
File path: dev/provider_packages/refactor_provider_packages.py
##########
@@ -26,7 +26,7 @@
 from fissix.fixer_util import Comma, KeywordArg, Name
 from fissix.pytree import Leaf
 
-from provider_packages.prepare_provider_packages import (
+from dev.provider_packages.prepare_provider_packages import (

Review comment:
       I know we don't like relative imports in Airflow for some reason, but :)
   
   ```suggestion
   from .prepare_provider_packages import (
   ```




----------------------------------------------------------------
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.

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