Skip to content

Commit f151bac

Browse files
committed
Fixed conflicts and updated comments
1 parent eb9d734 commit f151bac

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

compute/client_library/ingredients/disks/сonsistency_groups/stop_replication_consistency_group.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313
# limitations under the License.
1414
# flake8: noqa
1515

16-
17-
# This file is automatically generated. Please do not modify it directly.
18-
# Find the relevant recipe file in the samples/recipes or samples/ingredients
19-
# directory and apply your changes there.
20-
2116
from google.cloud import compute_v1
2217

2318

compute/client_library/snippets/tests/test_disks.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
from google.api_core.exceptions import NotFound
1818
import google.auth
1919
from google.cloud import compute_v1, kms_v1
20+
2021
import pytest
2122

2223
from ..disks.attach_disk import attach_disk
@@ -50,14 +51,6 @@
5051
from ..disks.сonsistency_groups.remove_disk_consistency_group import (
5152
remove_disk_consistency_group,
5253
)
53-
from ..disks.сonsistency_groups.add_disk_consistency_group import (
54-
add_disk_consistency_group,
55-
)
56-
from ..disks.сonsistency_groups.create_consistency_group import create_consistency_group
57-
from ..disks.сonsistency_groups.delete_consistency_group import delete_consistency_group
58-
from ..disks.сonsistency_groups.remove_disk_consistency_group import (
59-
remove_disk_consistency_group,
60-
)
6154
from ..disks.сonsistency_groups.stop_replication_consistency_group import (
6255
stop_replication_consistency_group,
6356
)
@@ -68,7 +61,6 @@
6861
from ..snapshots.create import create_snapshot
6962
from ..snapshots.delete import delete_snapshot
7063

71-
7264
PROJECT = google.auth.default()[1]
7365
ZONE = "europe-west2-c"
7466
ZONE_SECONDARY = "europe-west1-c"

0 commit comments

Comments
 (0)