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

Commit 55b1cd5

Browse files
committed
moved imports to the top
1 parent 191f35c commit 55b1cd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test-apps/happy/test-templates/ServiceAccountManager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
import grpc
2828
from grpc.framework.interfaces.face.face import ExpirationError
2929
import time
30+
import nestlabs.gateway.v2.gateway_api_pb2 as gateway_api_pb2
31+
import nestlabs.gateway.v2.gateway_api_pb2_grpc as gateway_api_pb2_grpc
3032

3133
options = {}
3234
options["tier"] = None
@@ -56,8 +58,6 @@ def __init__(self, tier, username, password, token):
5658
self.username = username
5759
self.password = password
5860

59-
import nestlabs.gateway.v2.gateway_api_pb2 as gateway_api_pb2
60-
import nestlabs.gateway.v2.gateway_api_pb2_grpc as gateway_api_pb2_grpc
6161
self.gateway_api_pb2 = gateway_api_pb2
6262
self.gateway_api_pb2_grpc = gateway_api_pb2_grpc
6363

0 commit comments

Comments
 (0)