Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def __init__(self, **kwargs):
super(ImageTemplateManagedImageDistributor, self).__init__(**kwargs)
self.image_id = kwargs.get('image_id', None)
self.location = kwargs.get('location', None)
self.type = 'ManagedImage'