Lints.
This commit is contained in:
parent
1433f28846
commit
f37bad0e00
260 changed files with 6363 additions and 3766 deletions
|
|
@ -3,5 +3,7 @@ from moto.core.responses import BaseResponse
|
|||
|
||||
|
||||
class AmazonDevPay(BaseResponse):
|
||||
|
||||
def confirm_product_instance(self):
|
||||
raise NotImplementedError('AmazonDevPay.confirm_product_instance is not yet implemented')
|
||||
raise NotImplementedError(
|
||||
'AmazonDevPay.confirm_product_instance is not yet implemented')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue