This commit is contained in:
Thomas E Lackey 2024-08-20 11:41:34 -05:00
parent 09c9214e4c
commit 023a640252
2 changed files with 1 additions and 3 deletions

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