add reset password
This commit is contained in:
@@ -421,8 +421,12 @@ class TransactItems:
|
||||
)
|
||||
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from mypy_boto3_dynamodb.client import DynamoDBClient
|
||||
|
||||
|
||||
class DynamoDBPersistenceLayer:
|
||||
def __init__(self, table_name: str, dynamodb_client) -> None:
|
||||
def __init__(self, table_name: str, dynamodb_client: DynamoDBClient) -> None:
|
||||
self.table_name = table_name
|
||||
self.dynamodb_client = dynamodb_client
|
||||
|
||||
|
||||
Reference in New Issue
Block a user