Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
kayman-mk committed Jan 16, 2025
1 parent af14486 commit edb2417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rds_proxy_password_rotation/adapter/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
from aws_lambda_powertools import Logger
from dependency_injector import containers, providers

from rds_proxy_password_rotatation.adapter.aws_secrets_manager import AwsSecretsManagerService
from rds_proxy_password_rotatation.password_rotation_application import PasswordRotationApplication
from rds_proxy_password_rotation.adapter.aws_secrets_manager import AwsSecretsManagerService
from rds_proxy_password_rotation.password_rotation_application import PasswordRotationApplication


class Container(containers.DeclarativeContainer):
Expand Down

0 comments on commit edb2417

Please sign in to comment.