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 May 2, 2024
1 parent 2dfffce commit 01975f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/tests_deployment/test_conda_store_scaling.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,7 @@ def get_deployment_count(self):
_client = dynamic.DynamicClient(
api_client.ApiClient(configuration=self.configuration)
)
deployment_api = _client.resources.get(
api_version="apps/v1", kind="Deployment"
)
deployment_api = _client.resources.get(api_version="apps/v1", kind="Deployment")
deployment = deployment_api.get(
name="nebari-conda-store-worker", namespace="dev"
)
Expand Down

0 comments on commit 01975f8

Please sign in to comment.