Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

Commit fd81c39

Browse files
author
Takashi Matsuo
authored
chore: some lint fixes [(#3747)](GoogleCloudPlatform/python-docs-samples#3747)
1 parent 9dfd97e commit fd81c39

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

samples/api-client/manager/manager_test.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@
1818
import time
1919
import uuid
2020

21-
# Add command receiver for bootstrapping device registry / device for testing
22-
sys.path.append(os.path.join(os.path.dirname(__file__), '..', 'mqtt_example')) # noqa
2321
from google.cloud import pubsub
2422
import pytest
2523

26-
import manager
27-
import cloudiot_mqtt_example
24+
# Add command receiver for bootstrapping device registry / device for testing
25+
sys.path.append(os.path.join(os.path.dirname(__file__), '..', 'mqtt_example')) # noqa
26+
import cloudiot_mqtt_example # noqa
27+
import manager # noqa
28+
2829

2930
cloud_region = 'us-central1'
3031
device_id_template = 'test-device-{}'

0 commit comments

Comments
 (0)