def __init__()

in adjust_schedule_function/lib/services.py [0:0]


    def __init__(self, client=None):
        if not client:
            self._client = boto3.client('autoscaling')
        else:
            self._client = client