Skip to content

Commit

Permalink
Tools: Weathertop - Streamline files (#7152)
Browse files Browse the repository at this point in the history
  • Loading branch information
ford-at-aws authored Dec 13, 2024
1 parent da5f8cf commit 4f09cd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .tools/test/stacks/images/scripts/delete_repository.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0

import boto3
import logging
import sys

import boto3


def delete_selected_public_ecr_repos(delete_images=False):
"""
Expand Down
4 changes: 2 additions & 2 deletions .tools/test/stacks/plugin/typescript/lambda/export_logs.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0

import csv
import io
import json
import logging
import os
import io
import csv

import boto3

Expand Down

0 comments on commit 4f09cd7

Please sign in to comment.