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 094ca66 commit caf9605
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions covalent_braket_plugin/braket.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def __init__(
region: str = None,
**kwargs,
):

region = region or get_config("executors.braket.region")
credentials = credentials or get_config("executors.braket.credentials")
profile = profile or get_config("executors.braket.profile")
Expand Down Expand Up @@ -279,7 +278,6 @@ async def cancel(self) -> bool:
pass

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 @@ -130,7 +130,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 caf9605

Please sign in to comment.