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 Oct 23, 2023
1 parent a63159b commit d8649d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion covalent_braket_plugin/braket.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ async def cancel(self, task_metadata: Dict, job_handle: str) -> bool:
return False

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

dispatch_id = task_metadata["dispatch_id"]
node_id = task_metadata["node_id"]
results_dir = task_metadata["results_dir"]
Expand Down
1 change: 0 additions & 1 deletion tests/covalent_braket_plugin_tests/braket_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ async def test_submit_task(braket_executor, mocker):

@pytest.mark.asyncio
async def test_upload_task(braket_executor, mocker):

"""Test the package and upload method."""
boto3_mock = mocker.patch("covalent_braket_plugin.braket.boto3")

Expand Down

0 comments on commit d8649d7

Please sign in to comment.