linting fixes

This commit is contained in:
Fabio Dias 2019-12-15 20:11:38 -05:00
commit fb9ebe5a47
8 changed files with 24 additions and 22 deletions

View file

@ -45,7 +45,7 @@ from .utils import (
random_policy_id,
)
ACCOUNT_ID = '123456789012' #make sure this is a str and not an int
ACCOUNT_ID = '123456789012'
class MFADevice(object):