From f428e52e01350f3cd3521be7d99d23c8c48052fb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 10:45:37 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- covalent_ecs_plugin/ecs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/covalent_ecs_plugin/ecs.py b/covalent_ecs_plugin/ecs.py index e76dba6..99f39bb 100644 --- a/covalent_ecs_plugin/ecs.py +++ b/covalent_ecs_plugin/ecs.py @@ -55,6 +55,7 @@ class ExecutorInfraDefaults(BaseModel): """ Configuration values for provisioning AWS Batch cloud infrastructure """ + prefix: str = "" credentials: str = "" profile: str = ""