Skip to content

should the length of this list really depend on what's in the json? #39

@todo

Description

@todo

# TODO should the length of this list really depend on what's in the json?
for key in ['city', 'state', 'country']:
entry = location_data.get(key)
if entry is not None:
location.append(entry)
return location


This issue was generated by todo based on a TODO comment in 156d659 when #32 was merged. cc @FightPandemics.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions