Require payment for app deployment requests. #928
@ -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,
|
||||
|
@ -22,8 +22,6 @@ import subprocess
|
||||
import sys
|
||||
import tempfile
|
||||
import uuid
|
||||
from typing import final
|
||||
|
||||
import yaml
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user