Cannot resolve import
on re-imported class from module.
#285
Labels
Cannot resolve import
on re-imported class from module.
#285
Uh oh!
There was an error while loading. Please reload this page.
In airflow we like to run with
-W
flag (to turn warnings in to errors) and we are "stuck" on 1.0.0 for various reasons. (One day soon we'll be able to upgrade!)This was actually an error/warning that first appeared in 1.1.0, but is still there in 1.8.0
What the export is doesn't matter, this was just what triggered it first in Airflow.
Setup:
Run it:
sphinx-build -W --color -T -b html \ -C \ -D autoapi_keep_files=True \ -D extensions=autoapi.extension \ -D autoapi_dirs=airflow \ . _build
Output:
The text was updated successfully, but these errors were encountered: