More linting.
This commit is contained in:
parent
72da9e96c2
commit
a9fe5d462c
5 changed files with 5 additions and 15 deletions
|
|
@ -88,9 +88,7 @@ class IAMPolicyDocumentValidator:
|
|||
self._policy_document = policy_document
|
||||
self._policy_json = {}
|
||||
self._statements = []
|
||||
self._resource_error = (
|
||||
""
|
||||
) # the first resource error found that does not generate a legacy parsing error
|
||||
self._resource_error = "" # the first resource error found that does not generate a legacy parsing error
|
||||
|
||||
def validate(self):
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue