Skip to content

Commit

Permalink
fixed-import-position-in-materials-dynamodb
Browse files Browse the repository at this point in the history
  • Loading branch information
khubaibalam2000 committed Sep 25, 2023
1 parent 4acc0ae commit 7c5a785
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/dynamodb_encryption_sdk/materials/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
from typing import Dict, Text

import six
from mypy_extensions import NoReturn

from dynamodb_encryption_sdk.delegated_keys import DelegatedKey # noqa pylint: disable=unused-import

from mypy_extensions import NoReturn

__all__ = ("CryptographicMaterials", "EncryptionMaterials", "DecryptionMaterials")


Expand Down

0 comments on commit 7c5a785

Please sign in to comment.