Skip to content

Commit

Permalink
Changed the "consistency_groups" folder name to correct.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoughtseize1 committed Dec 30, 2024
1 parent fa9235a commit 864d659
Show file tree
Hide file tree
Showing 26 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions compute/client_library/snippets/tests/test_consistency_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
import pytest

from .test_disks import autodelete_regional_blank_disk # noqa: F401
from ..disks.сonsistency_groups.add_disk_consistency_group import (
from ..disks.consistency_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.list_disks_consistency_group import (
from ..disks.consistency_groups.create_consistency_group import create_consistency_group
from ..disks.consistency_groups.delete_consistency_group import delete_consistency_group
from ..disks.consistency_groups.list_disks_consistency_group import (
list_disks_consistency_group,
)
from ..disks.сonsistency_groups.remove_disk_consistency_group import (
from ..disks.consistency_groups.remove_disk_consistency_group import (
remove_disk_consistency_group,
)

Expand Down
12 changes: 6 additions & 6 deletions compute/client_library/snippets/tests/test_disks.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@
from ..disks.replication_disk_start import start_disk_replication
from ..disks.replication_disk_stop import stop_disk_replication
from ..disks.resize_disk import resize_disk
from ..disks.сonsistency_groups.add_disk_consistency_group import (
from ..disks.consistency_groups.add_disk_consistency_group import (
add_disk_consistency_group,
)
from ..disks.сonsistency_groups.clone_disks_consistency_group import (
from ..disks.consistency_groups.clone_disks_consistency_group import (
clone_disks_to_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 (
from ..disks.consistency_groups.create_consistency_group import create_consistency_group
from ..disks.consistency_groups.delete_consistency_group import delete_consistency_group
from ..disks.consistency_groups.remove_disk_consistency_group import (
remove_disk_consistency_group,
)
from ..disks.сonsistency_groups.stop_replication_consistency_group import (
from ..disks.consistency_groups.stop_replication_consistency_group import (
stop_replication_consistency_group,
)
from ..images.get import get_image_from_family
Expand Down

0 comments on commit 864d659

Please sign in to comment.