Skip to content

Commit 6df3c82

Browse files
committed
Fix lint
1 parent 38087f7 commit 6df3c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contract-tests/tests/test/amazon/base/contract_test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
3-
from logging import Logger, getLogger, INFO
3+
from logging import INFO, Logger, getLogger
44
from typing import List
55
from unittest import TestCase
66

0 commit comments

Comments
 (0)