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 10704bd commit e7503b2Copy full SHA for e7503b2
src/aleph_client/commands/pricing.py
@@ -26,6 +26,7 @@
26
from rich.table import Table
27
from rich.text import Text
28
29
+from aleph_client.commands.instance.network import call_program_crn_list
30
from aleph_client.commands.utils import colorful_json, setup_logging
31
from aleph_client.utils import async_lru_cache, sanitize_url
32
@@ -381,7 +382,6 @@ async def prices_for_service(
381
382
# Fetch Current availibity
383
network_gpu = None
384
if (service in [GroupEntity.GPU, GroupEntity.ALL]) and with_current_availability:
- from aleph_client.commands.instance.network import call_program_crn_list
385
386
crn_lists = await call_program_crn_list()
387
network_gpu = crn_lists.find_gpu_on_network()
0 commit comments