Fixed linting errors.
This commit is contained in:
parent
ed2682582f
commit
37bdc12f4d
1 changed files with 8 additions and 8 deletions
|
|
@ -88,7 +88,7 @@ VALID_RESOURCE_PATH_STARTING_VALUES = {
|
|||
|
||||
class IAMPolicyDocumentValidator:
|
||||
|
||||
def __init__(self, policy_document: str):
|
||||
def __init__(self, policy_document):
|
||||
self._policy_document: str = policy_document
|
||||
self._policy_json: dict = {}
|
||||
self._statements = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue