Skip to content

Commit

Permalink
fixed-import-position-in-materials-L19
Browse files Browse the repository at this point in the history
  • Loading branch information
khubaibalam2000 committed Sep 25, 2023
1 parent f8cad21 commit 4acc0ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dynamodb_encryption_sdk/materials/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

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 4acc0ae

Please sign in to comment.