Skip to content

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

Description

@srfraser
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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions