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 Apr 3, 2023
1 parent 367fbda commit d93da98
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion covalent_awsbatch_plugin/awsbatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ def _debug_log(self, message):
app_log.debug(f"AWS Batch Executor: {message}")

async def run(self, function: Callable, args: List, kwargs: Dict, task_metadata: Dict):

# temporary directory for downloading result file
self._cwd = tempfile.mkdtemp()

Expand Down
1 change: 0 additions & 1 deletion tests/functional_tests/svm_workflow_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

@pytest.mark.functional_tests
def test_basic_workflow():

from numpy.random import permutation
from sklearn import datasets, svm

Expand Down
1 change: 0 additions & 1 deletion tests/test_aws_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@


class TestAWSBatchExecutor:

MOCK_PROFILE = "my_profile"
MOCK_S3_BUCKET_NAME = "s3-bucket"
MOCK_BATCH_QUEUE = "batch-queue"
Expand Down

0 comments on commit d93da98

Please sign in to comment.