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 Jan 3, 2024
1 parent c8c2893 commit 90d1633
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions covalent_ec2_plugin/ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@
from pathlib import Path
from typing import Dict, List

from pydantic import BaseModel

import boto3
from covalent._shared_files import logger
from covalent._shared_files.config import get_config
from covalent_aws_plugins import AWSExecutor
from covalent_ssh_plugin.ssh import _EXECUTOR_PLUGIN_DEFAULTS as _SSH_EXECUTOR_PLUGIN_DEFAULTS
from covalent_ssh_plugin.ssh import SSHExecutor
from pydantic import BaseModel

executor_plugin_name = "EC2Executor"

Expand Down

0 comments on commit 90d1633

Please sign in to comment.