Skip to content

Commit

Permalink
Enable Black - Python Auto Formmatter (#9550)
Browse files Browse the repository at this point in the history
(cherry-picked from commit 4e8f9cc)
  • Loading branch information
potiuk committed Nov 16, 2020
1 parent ddea86f commit 95e14c8
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 3 deletions.
1 change: 1 addition & 0 deletions chart/tests/test_celery_kubernetes_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import unittest

import jmespath

from tests.helm_template_generator import render_chart


Expand Down
1 change: 1 addition & 0 deletions chart/tests/test_celery_kubernetes_pod_launcher_role.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import unittest

import jmespath

from tests.helm_template_generator import render_chart


Expand Down
3 changes: 1 addition & 2 deletions chart/tests/test_chart_quality.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@
import json
import os
import unittest
import yaml

import yaml
from jsonschema import validate


CHART_FOLDER = os.path.dirname(os.path.dirname(__file__))


Expand Down
1 change: 1 addition & 0 deletions chart/tests/test_dags_persistent_volume_claim.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import unittest

import jmespath

from tests.helm_template_generator import render_chart


Expand Down
1 change: 1 addition & 0 deletions chart/tests/test_flower_authorization.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import unittest

import jmespath

from tests.helm_template_generator import render_chart


Expand Down
1 change: 1 addition & 0 deletions chart/tests/test_git_sync_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import unittest

import jmespath

from tests.helm_template_generator import render_chart


Expand Down
1 change: 1 addition & 0 deletions chart/tests/test_git_sync_webserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import unittest

import jmespath

from tests.helm_template_generator import render_chart


Expand Down
1 change: 1 addition & 0 deletions chart/tests/test_git_sync_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import unittest

import jmespath

from tests.helm_template_generator import render_chart


Expand Down
1 change: 1 addition & 0 deletions chart/tests/test_migrate_database_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import unittest

import jmespath

from tests.helm_template_generator import render_chart


Expand Down
3 changes: 2 additions & 1 deletion chart/tests/test_pod_template_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@

import unittest
from os import remove
from os.path import realpath, dirname
from os.path import dirname, realpath
from shutil import copyfile

import jmespath

from tests.helm_template_generator import render_chart

ROOT_FOLDER = realpath(dirname(realpath(__file__)) + "/..")
Expand Down
1 change: 1 addition & 0 deletions chart/tests/test_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import unittest

import jmespath

from tests.helm_template_generator import render_chart


Expand Down
1 change: 1 addition & 0 deletions chart/tests/test_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import unittest

import jmespath

from tests.helm_template_generator import render_chart


Expand Down

0 comments on commit 95e14c8

Please sign in to comment.