You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2020/12/11 09:06:10 UTC

[airflow] branch master updated: Fix broken build of docs/ by removing unused import (#13007)

This is an automated email from the ASF dual-hosted git repository.

ash 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 5495ab0  Fix broken build of docs/ by removing unused import (#13007)
5495ab0 is described below

commit 5495ab0744a1c61d32bde7541ec5c6bbfe37d082
Author: Andreas Franzén <an...@devil.se>
AuthorDate: Fri Dec 11 10:03:46 2020 +0100

    Fix broken build of docs/ by removing unused import (#13007)
---
 docs/publish_docs.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/publish_docs.py b/docs/publish_docs.py
index f980af4..d19d327 100755
--- a/docs/publish_docs.py
+++ b/docs/publish_docs.py
@@ -18,7 +18,6 @@
 # under the License.
 
 import argparse
-import fnmatch
 import os
 
 # pylint: disable=no-name-in-module