Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 22, 2023
1 parent dad3dde commit 2bd40fe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import os
import pytest
from kubernetes import client, config

import subprocess
import threading

import pytest
from kubernetes import client, config


class Command:
"""
Expand Down
10 changes: 6 additions & 4 deletions tests/k8s_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,17 @@
#
# Relief from the License may be granted by purchasing a commercial license.

import os, re
import os
import re
import subprocess
from kubernetes import config

import covalent as ct
import pytest
from kubernetes import config

from covalent_kubernetes_plugin import KubernetesExecutor
from tests.conftest import k8s_test

import covalent as ct
from covalent_kubernetes_plugin import KubernetesExecutor

@pytest.fixture(scope="session")
def minikube_env_variables():
Expand Down

0 comments on commit 2bd40fe

Please sign in to comment.