Skip to content

Commit 91bddc7

Browse files
committed
Resolved formatting errors
1 parent 901a8b2 commit 91bddc7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/aws_encryption_sdk/keyring/multi_keyring.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
from aws_encryption_sdk.exceptions import EncryptKeyError, GenerateKeyError
2020
from aws_encryption_sdk.keyring.base import DecryptionMaterials, EncryptedDataKey, EncryptionMaterials, Keyring
2121

22-
2322
try: # Python 3.5.0 and 3.5.1 have incompatible typing modules
2423
from typing import Iterable # noqa pylint: disable=unused-import
2524
except ImportError: # pragma: no cover

test/unit/unit_test_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
from aws_encryption_sdk.materials_managers import DecryptionMaterials, EncryptionMaterials
2727
from aws_encryption_sdk.structures import EncryptedDataKey, KeyringTrace, MasterKeyInfo, RawDataKey
2828

29-
3029
try: # Python 3.5.0 and 3.5.1 have incompatible typing modules
3130
from typing import Iterable # noqa pylint: disable=unused-import
3231
except ImportError: # pragma: no cover

0 commit comments

Comments
 (0)