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 2021/04/28 16:16:32 UTC

[GitHub] [airflow] mik-laj commented on issue #15572: import error

mik-laj commented on issue #15572:
URL: https://github.com/apache/airflow/issues/15572#issuecomment-828586735


   Airflow adds additional modules to sys.path, so if you want to test these modules then you have to add these paths as well. The easiest solution is to load Airflow: ``import airflow``.  For more information, see: 
   http://airflow.apache.org/docs/apache-airflow/stable/modules_management.html#additional-modules-in-airflow


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