Skip to content

Commit

Permalink
Fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
seshubaws committed Nov 14, 2023
1 parent 65a9e9f commit 9fc33b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/data_masking/src/working_with_own_provider.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from aws_lambda_powertools.utilities._data_masking.base import DataMasking
from examples.data_masking.src.custom_provider import MyCustomEncryption
from examples.data_masking.src.custom_data_masking_provider import MyCustomEncryption


def lambda_handler():
Expand Down

0 comments on commit 9fc33b4

Please sign in to comment.