def no_op()

in cloudformation/custom_resources/githubhelper/custom_resource.py [0:0]


def no_op(_, __):
    """no resources are created in this custom resource, so there
    is nothing to delete"""
    logger.info("Got Delete")