Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

code/final.py contains unused variables/func call #4

Open
srfraser opened this issue Apr 28, 2015 · 0 comments
Open

code/final.py contains unused variables/func call #4

srfraser opened this issue Apr 28, 2015 · 0 comments

Comments

@srfraser
Copy link
Contributor

def compare_countries(left_country, right_country):
    '''
    Compare average surface temperatures for two countries over time.
    '''
    left_data = get_country_temperatures(left_country)
    right_data = get_country_temperatures(right_country)

left_data and right_data are never used, leaving spurious requests to the web service

@gvwilson gvwilson self-assigned this Jul 31, 2016
@gvwilson gvwilson removed their assignment Oct 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants