Skip to content

Commit

Permalink
[pre-commit.ci] Apply automatic pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jul 26, 2023
1 parent f62c1dd commit 0de5111
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion tests/tests_deployment/test_dask_gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import dask_gateway
import pytest

from tests_deployment import constants
from tests_deployment.utils import get_jupyterhub_token, monkeypatch_ssl_context

Expand Down
1 change: 0 additions & 1 deletion tests/tests_deployment/test_jupyterhub_ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

import paramiko
import pytest

from tests_deployment import constants
from tests_deployment.utils import (
escape_string,
Expand Down
1 change: 0 additions & 1 deletion tests/tests_deployment/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import escapism
import requests

from tests_deployment import constants


Expand Down
2 changes: 0 additions & 2 deletions tests/tests_e2e/playwright/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@

import dotenv
import pytest

from tests_e2e.playwright.navigator import Navigator


logger = logging.getLogger()


Expand Down
2 changes: 1 addition & 1 deletion tests/tests_integration/deployment_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

import pytest
import yaml
from tests.utils import render_config_partial
from urllib3.exceptions import InsecureRequestWarning

from _nebari.deploy import deploy_configuration
from _nebari.destroy import destroy_configuration
from _nebari.render import render_template
from tests.utils import render_config_partial

DEPLOYMENT_DIR = "_test_deploy"

Expand Down
1 change: 0 additions & 1 deletion tests/tests_integration/test_integration.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import pytest
import requests

from tests_integration.deployment_fixtures import ignore_warnings, on_cloud


Expand Down
1 change: 0 additions & 1 deletion tests/tests_unit/conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from unittest.mock import Mock

import pytest

from tests.utils import INIT_INPUTS, NEBARI_CONFIG_FN, PRESERVED_DIR


Expand Down

0 comments on commit 0de5111

Please sign in to comment.