Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
spulec committed Mar 16, 2017
1 parent 25e2af0 commit a5da348
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion moto/rds2/responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ def modify_option_group(self):
template = self.response_template(MODIFY_OPTION_GROUP_TEMPLATE)
return template.render(option_group=option_group)


def create_db_parameter_group(self):
kwargs = self._get_db_parameter_group_kwargs()
db_parameter_group = self.backend.create_db_parameter_group(kwargs)
Expand Down

0 comments on commit a5da348

Please sign in to comment.