You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2022/10/18 15:08:39 UTC

[airflow] 04/13: Fix static checks from sync_authors script (#26365)

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

ephraimanierobi pushed a commit to branch v2-4-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 6cb03bf216d7b9fff1d83dc973af22177f30199f
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Tue Sep 13 17:52:21 2022 +0200

    Fix static checks from sync_authors script (#26365)
    
    The #26275 introduced static check problem (isort). This PR fixes it
    
    (cherry picked from commit aa0118b0d2a4085f80663b14c1d58b54cab81319)
---
 scripts/ci/runners/sync_authors.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/scripts/ci/runners/sync_authors.py b/scripts/ci/runners/sync_authors.py
index 6df09305a5..8fc9717e5b 100644
--- a/scripts/ci/runners/sync_authors.py
+++ b/scripts/ci/runners/sync_authors.py
@@ -22,7 +22,6 @@ import re
 import requests
 import toml
 
-
 # The list of users in the 'build-info' job looks like:
 #
 #       contains(fromJSON('[
@@ -53,7 +52,6 @@ authors = authors[:-2]
 
 with open('ci.yml') as handle:
 
-
     new_ci = re.sub(
         r'''
             ^