Skip to content

Commit

Permalink
function name change
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor committed Jul 18, 2019
1 parent 0523d0e commit 9778fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion products/compute/helpers/python/provider_target_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def encode_request(request, module):

# Mask healthChecks into a single element.
# @see encode_request for details
def decode_request(response, module):
def decode_response(response, module):
if response['kind'] != 'compute#targetPool':
return response

Expand Down

0 comments on commit 9778fd1

Please sign in to comment.