jedcunningham opened a new pull request, #60358:
URL: https://github.com/apache/airflow/pull/60358
This was only being imported if load_examples was on.
Before:
```
Traceback (most recent call last):
File
"/Users/jedc/github/airflow/airflow-core/src/airflow/_shared/plugins_manager/plugins_manager.py",
line 234, in _load_plugins_from_plugin_directory
loader = importlib.machinery.SourceFileLoader(mod_name, file_path)
^^^^^^^^^
UnboundLocalError: cannot access local variable 'importlib' where it is not
associated with a value
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]