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 Nov 13, 2023
1 parent 5c50185 commit 47b86eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/_nebari/provider/cloud/azure_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
from _nebari.provider.cloud.commons import filter_by_highest_supported_k8s_version
from _nebari.utils import (
AZURE_TF_STATE_RESOURCE_GROUP_SUFFIX,
construct_azure_resource_group_name,
check_environment_variables,
construct_azure_resource_group_name,
)
from nebari import schema

Expand Down
2 changes: 1 addition & 1 deletion src/_nebari/provider/cloud/digital_ocean.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from _nebari.constants import DO_ENV_DOCS
from _nebari.provider.cloud.amazon_web_services import aws_delete_s3_bucket
from _nebari.provider.cloud.commons import filter_by_highest_supported_k8s_version
from _nebari.utils import set_do_environment, check_environment_variables
from _nebari.utils import check_environment_variables, set_do_environment
from nebari import schema


Expand Down

0 comments on commit 47b86eb

Please sign in to comment.