From 1a9145d59e6a3128e4ce1554c56f24b7add96e5e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 18:12:26 +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 - tests/test_ecs.py | 1 - 2 files changed, 2 deletions(-) diff --git a/covalent_ecs_plugin/ecs.py b/covalent_ecs_plugin/ecs.py index b68df80..2c21cc7 100644 --- a/covalent_ecs_plugin/ecs.py +++ b/covalent_ecs_plugin/ecs.py @@ -101,7 +101,6 @@ def __init__( poll_freq: int = None, **kwargs, ): - super().__init__( region=region or get_config("executors.ecs.region"), credentials_file=credentials or get_config("executors.ecs.credentials"), diff --git a/tests/test_ecs.py b/tests/test_ecs.py index 27b0945..9cc07db 100644 --- a/tests/test_ecs.py +++ b/tests/test_ecs.py @@ -32,7 +32,6 @@ class TestECSExecutor: - MOCK_PROFILE = "my_profile" MOCK_S3_BUCKET_NAME = "s3-bucket" MOCK_ECS_CLUSTER_NAME = "ecs-cluster"