8000 Fixing lint · mortn/python-docs-samples@c8d8438 · GitHub
[go: up one dir, main page]

Skip to content

Commit c8d8438

Browse files
m-strzelczykdandhlee
authored andcommitted
Fixing lint
1 parent 3ad3b12 commit c8d8438

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compute/compute/snippets/tests/test_request_id.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
from google.cloud import compute_v1
2020
import pytest
2121

22-
from ..instances.create_start_instance.create_windows_instance import \
23-
get_image_from_family
2422

2523
from ..disks.delete import delete_disk
2624
from ..disks.list import list_disks
25+
from ..instances.create_start_instance.create_windows_instance import \
26+
get_image_from_family
2727

2828
PROJECT = google.auth.default()[1]
2929
ZONE = "europe-north1-c"

0 commit comments

Comments
 (0)
0