This is an automated email from the ASF dual-hosted git repository.
kamilbregula pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/master by this push:
new 46e34ab Import ABC from collections.abc (#9649)
46e34ab is described below
commit 46e34ab4fbfa6a861920b7870e95f370df4c70bc
Author: Karthikeyan Singaravelan <[email protected]>
AuthorDate: Wed Jul 22 06:11:30 2020 +0530
Import ABC from collections.abc (#9649)
---
airflow/utils/email.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow/utils/email.py b/airflow/utils/email.py
index 1ce95b8..c7ac55e 100644
--- a/airflow/utils/email.py
+++ b/airflow/utils/email.py
@@ -16,7 +16,7 @@
# specific language governing permissions and limitations
# under the License.
-import collections
+import collections.abc
import logging
import os
import smtplib