Require payment for app deployment requests. #928

Merged
dboreham merged 13 commits from telackey/924 into main 2024-08-21 14:39:22 +00:00
2 changed files with 1 additions and 3 deletions
Showing only changes of commit 023a640252 - Show all commits

View File

@ -160,7 +160,7 @@ def dump_known_requests(filename, requests):
default="",
)
@click.pass_context
def command(
def command( # noqa: C901
ctx,
laconic_config,
deployment_parent_dir,

View File

@ -22,8 +22,6 @@ import subprocess
import sys
import tempfile
import uuid
from typing import final
import yaml