Fixed linting errors.
This commit is contained in:
parent
ed2682582f
commit
37bdc12f4d
@ -88,7 +88,7 @@ VALID_RESOURCE_PATH_STARTING_VALUES = {
|
|||||||
|
|
||||||
class IAMPolicyDocumentValidator:
|
class IAMPolicyDocumentValidator:
|
||||||
|
|
||||||
def __init__(self, policy_document: str):
|
def __init__(self, policy_document):
|
||||||
self._policy_document: str = policy_document
|
self._policy_document: str = policy_document
|
||||||
self._policy_json: dict = {}
|
self._policy_json: dict = {}
|
||||||
self._statements = []
|
self._statements = []
|
||||||
|
Loading…
Reference in New Issue
Block a user