Dictionary creation could be rewritten as a dictionary literal. for example: body = {} body['provider'] = args.provider could be rewritten as body = {'provider': args.provider} TrivialFix Change-Id: Ieae7b33332eca31754cbfe91288ef3001c573eb3