Skip to content

Commit 68a1d93

Browse files
committed
fix: this functions not used / wrong place
1 parent 7c22975 commit 68a1d93

File tree

1 file changed

+0
-3
lines changed
  • src/aleph/sdk/client/services

1 file changed

+0
-3
lines changed

src/aleph/sdk/client/services/base.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ def __init__(self, client: "AlephHttpClient"):
2929
self._client = client
3030
self.model_cls: Type[T]
3131

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-
3532
async def get_config(self, address: str):
3633

3734
aggregate_data = await self._client.fetch_aggregate(

0 commit comments

Comments
 (0)