Skip to content

Commit 6be1aac

Browse files
committed
ruff
1 parent e2e0ff1 commit 6be1aac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/e2e_batch/scenarios.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
import pandas as pd
66
from clients import logger
7+
from errors import DynamoDBMismatchError
78
from vax_suppliers import OdsVax, TestPair
89

910
from constants import (
@@ -15,7 +16,6 @@
1516
Operation,
1617
OperationOutcome,
1718
)
18-
from errors import DynamoDBMismatchError
1919
from utils import (
2020
aws_cleanup,
2121
create_row,

tests/e2e_batch/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
s3_client,
2121
sqs_client,
2222
)
23+
from errors import AckFileNotFoundError, DynamoDBMismatchError
2324

2425
from constants import (
2526
ACK_BUCKET,
@@ -33,7 +34,6 @@
3334
ActionFlag,
3435
environment,
3536
)
36-
from errors import AckFileNotFoundError, DynamoDBMismatchError
3737

3838

3939
def upload_file_to_s3(file_name, bucket, prefix):

0 commit comments

Comments
 (0)