You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/07/30 09:20:22 UTC

[airflow] branch main updated: Fix isort (#17330)

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 892d167  Fix isort (#17330)
892d167 is described below

commit 892d167135b74ebd34e05b57d4617c1d71ec60a9
Author: Tzu-ping Chung <tp...@astronomer.io>
AuthorDate: Fri Jul 30 17:19:59 2021 +0800

    Fix isort (#17330)
---
 tests/cli/commands/test_celery_command.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/cli/commands/test_celery_command.py b/tests/cli/commands/test_celery_command.py
index 3fbadf1..461f258 100644
--- a/tests/cli/commands/test_celery_command.py
+++ b/tests/cli/commands/test_celery_command.py
@@ -15,12 +15,12 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
+import os
 import unittest
 from argparse import Namespace
 from tempfile import NamedTemporaryFile
 from unittest import mock
 
-import os
 import pytest
 import sqlalchemy