This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 2f2197d Ignore the issue (#20049)
2f2197d is described below
commit 2f2197dece910fb72861423e419e2efaf1cbd399
Author: Khalid Mammadov <[email protected]>
AuthorDate: Tue Dec 14 11:34:22 2021 +0000
Ignore the issue (#20049)
---
tests/plugins/test_plugins_manager.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/plugins/test_plugins_manager.py
b/tests/plugins/test_plugins_manager.py
index 33c2056..0a454e6 100644
--- a/tests/plugins/test_plugins_manager.py
+++ b/tests/plugins/test_plugins_manager.py
@@ -42,7 +42,7 @@ except ImportError:
import importlib.metadata
# only when we do not have importlib_metadata, the importlib.metadata
is actually used
- importlib_metadata = 'importlib.metadata'
+ importlib_metadata = 'importlib.metadata' # type: ignore
except ImportError:
raise Exception(
"Either importlib_metadata must be installed or importlib.metadata
must be"