Skip to content

Commit 7ad1a95

Browse files
authored
sdk: rolling update for 0.11.88 (#302)
1 parent 1a87c6a commit 7ad1a95

6 files changed

Lines changed: 1441 additions & 104 deletions

File tree

docs/services.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -234,13 +234,6 @@ UK8S
234234
:members:
235235

236236

237-
ULightHost
238-
----------
239-
240-
.. autoclass:: ucloud.services.ulighthost.client.ULightHostClient
241-
:members:
242-
243-
244237
ULogService
245238
-----------
246239

ucloud/client.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -312,16 +312,6 @@ def ulb(self):
312312
self.logger,
313313
)
314314

315-
def ulighthost(self):
316-
from ucloud.services.ulighthost.client import ULightHostClient
317-
318-
return ULightHostClient(
319-
self._auto_config("ulighthost"),
320-
self.transport,
321-
self.middleware,
322-
self.logger,
323-
)
324-
325315
def ulogservice(self):
326316
from ucloud.services.ulogservice.client import ULogServiceClient
327317

0 commit comments

Comments
 (0)