Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
nl0 committed Apr 8, 2024
1 parent add3681 commit c9e24cb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion lambdas/pkgpush/tests/test_copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from quilt_shared.aws import AWSCredentials
from quilt_shared.types import NonEmptyStr


CREDENTIALS = AWSCredentials(
key=NonEmptyStr("test_aws_access_key_id"),
secret=NonEmptyStr("test_aws_secret_access_key"),
Expand Down
1 change: 0 additions & 1 deletion lambdas/pkgpush/tests/test_hash_calc.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from quilt_shared.pkgpush import Checksum, ChecksumType
from quilt_shared.types import NonEmptyStr


CREDENTIALS = AWSCredentials(
key=NonEmptyStr("test_aws_access_key_id"),
secret=NonEmptyStr("test_aws_secret_access_key"),
Expand Down
3 changes: 1 addition & 2 deletions lambdas/s3hash/tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import asyncio

from botocore.stub import Stubber
import pytest
from botocore.stub import Stubber

import t4_lambda_s3hash as s3hash


AWS_CREDENTIALS = s3hash.AWSCredentials.parse_obj(
{
"key": "test-key",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/s3hash/tests/test_mpu_dst.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from botocore.stub import Stubber
import pytest
from botocore.stub import Stubber

import t4_lambda_s3hash as s3hash

Expand Down

0 comments on commit c9e24cb

Please sign in to comment.