Skip to content

Commit

Permalink
Fixed conflicts and updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoughtseize1 committed Dec 17, 2024
1 parent eb9d734 commit f151bac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@
# limitations under the License.
# flake8: noqa


# This file is automatically generated. Please do not modify it directly.
# Find the relevant recipe file in the samples/recipes or samples/ingredients
# directory and apply your changes there.

from google.cloud import compute_v1


Expand Down
10 changes: 1 addition & 9 deletions compute/client_library/snippets/tests/test_disks.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from google.api_core.exceptions import NotFound
import google.auth
from google.cloud import compute_v1, kms_v1

import pytest

from ..disks.attach_disk import attach_disk
Expand Down Expand Up @@ -50,14 +51,6 @@
from ..disks.сonsistency_groups.remove_disk_consistency_group import (
remove_disk_consistency_group,
)
from ..disks.сonsistency_groups.add_disk_consistency_group import (
add_disk_consistency_group,
)
from ..disks.сonsistency_groups.create_consistency_group import create_consistency_group
from ..disks.сonsistency_groups.delete_consistency_group import delete_consistency_group
from ..disks.сonsistency_groups.remove_disk_consistency_group import (
remove_disk_consistency_group,
)
from ..disks.сonsistency_groups.stop_replication_consistency_group import (
stop_replication_consistency_group,
)
Expand All @@ -68,7 +61,6 @@
from ..snapshots.create import create_snapshot
from ..snapshots.delete import delete_snapshot


PROJECT = google.auth.default()[1]
ZONE = "europe-west2-c"
ZONE_SECONDARY = "europe-west1-c"
Expand Down

0 comments on commit f151bac

Please sign in to comment.