Skip to content

Commit 747c4ba

Browse files
committed
isort
1 parent c05e180 commit 747c4ba

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

scripts/release/atomic_pipeline.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,15 @@
77
import os
88
import shutil
99
from concurrent.futures import ProcessPoolExecutor
10+
from copy import copy
1011
from queue import Queue
1112
from typing import Callable, Dict, List, Optional, Tuple, Union
12-
from copy import copy
1313

1414
import requests
1515
import semver
1616
from opentelemetry import trace
1717
from packaging.version import Version
1818

19-
2019
from lib.base_logger import logger
2120
from scripts.evergreen.release.agent_matrix import (
2221
get_supported_operator_versions,

scripts/release/build_images.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# This file is the new Sonar
22
import base64
33
import sys
4-
from typing import Dict
5-
6-
import python_on_whales
7-
from python_on_whales.exceptions import DockerException
84
import time
5+
from typing import Dict
96

107
import boto3
8+
import python_on_whales
119
from botocore.exceptions import BotoCoreError, ClientError
10+
from python_on_whales.exceptions import DockerException
1211

1312
import docker
1413
from lib.base_logger import logger

0 commit comments

Comments
 (0)