Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 6, 2023
1 parent 13004e6 commit 1a9145d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion covalent_ecs_plugin/ecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
1 change: 0 additions & 1 deletion tests/test_ecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@


class TestECSExecutor:

MOCK_PROFILE = "my_profile"
MOCK_S3_BUCKET_NAME = "s3-bucket"
MOCK_ECS_CLUSTER_NAME = "ecs-cluster"
Expand Down

0 comments on commit 1a9145d

Please sign in to comment.