diff --git a/moto/rds2/responses.py b/moto/rds2/responses.py index 91f4c381e..b6325b321 100644 --- a/moto/rds2/responses.py +++ b/moto/rds2/responses.py @@ -139,7 +139,6 @@ class RDS2Response(BaseResponse): template = self.response_template(AUTHORIZE_SECURITY_GROUP_TEMPLATE) return template.render(security_group=security_group) - # TODO: Update function to new method def create_dbsubnet_group(self): subnet_name = self._get_param('DBSubnetGroupName') description = self._get_param('DBSubnetGroupDescription')