Skip to content

Commit 19604bc

Browse files
author
liuhuiqi.7
committed
feat(ark e2e): fix lint
Change-Id: I87fd0745e31e8a1dfe3b023a698e48d03c4f04b5
1 parent 66c96d2 commit 19604bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volcenginesdkarkruntime/_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ def _load_api_key(self, ep: str, duration_seconds: int,
282282

283283
return resp.api_key, resp.expired_time
284284

285-
class E2ECertificateManager(object):
286285

286+
class E2ECertificateManager(object):
287287

288288
def __init__(self, ak: str, sk: str, region: str):
289289
self._certificate_manager: Dict[str, key_agreement_client] = {}

0 commit comments

Comments
 (0)