Fixed linting errors.

This commit is contained in:
acsbendi 2019-07-01 18:58:31 +02:00
parent ed2682582f
commit 37bdc12f4d

View File

@ -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 = []