Skip to content

Commit 4f09cd7

Browse files
authored
Tools: Weathertop - Streamline files (#7152)
1 parent da5f8cf commit 4f09cd7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.tools/test/stacks/images/scripts/delete_repository.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
3-
4-
import boto3
53
import logging
64
import sys
75

6+
import boto3
7+
88

99
def delete_selected_public_ecr_repos(delete_images=False):
1010
"""

.tools/test/stacks/plugin/typescript/lambda/export_logs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4+
import csv
5+
import io
46
import json
57
import logging
68
import os
7-
import io
8-
import csv
99

1010
import boto3
1111

0 commit comments

Comments
 (0)