This is an automated email from the ASF dual-hosted git repository.
kaxilnaik 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 c9d2b3c Remove unused import (#12371)
c9d2b3c is described below
commit c9d2b3c5d0311158f04ae96bd1b33432aba0ae8c
Author: Kaxil Naik <[email protected]>
AuthorDate: Sat Nov 14 23:37:52 2020 +0000
Remove unused import (#12371)
---
scripts/ci/pre_commit/pre_commit_check_extras_have_providers.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/scripts/ci/pre_commit/pre_commit_check_extras_have_providers.py
b/scripts/ci/pre_commit/pre_commit_check_extras_have_providers.py
index 8660cfc..a117d1a9 100755
--- a/scripts/ci/pre_commit/pre_commit_check_extras_have_providers.py
+++ b/scripts/ci/pre_commit/pre_commit_check_extras_have_providers.py
@@ -20,7 +20,6 @@
import os
import sys
from os.path import dirname
-from textwrap import wrap
from typing import List
AIRFLOW_SOURCES_DIR = os.path.abspath(os.path.join(dirname(__file__),
os.pardir, os.pardir, os.pardir))