We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c22975 commit 68a1d93Copy full SHA for 68a1d93
src/aleph/sdk/client/services/base.py
@@ -29,9 +29,6 @@ def __init__(self, client: "AlephHttpClient"):
29
self._client = client
30
self.model_cls: Type[T]
31
32
- def _build_crn_update_url(self, crn: str, vm_hash: str) -> str:
33
- return settings.CRN_URL_UPDATE.format(crn_url=crn, vm_hash=vm_hash)
34
-
35
async def get_config(self, address: str):
36
37
aggregate_data = await self._client.fetch_aggregate(
0 commit comments