daspecster / ziptastic

This is a Python API for getting zipcodes
http://daspecster.github.com/ziptastic/
127 stars 17 forks source link

Remove unnecessary list #42

Closed exupero closed 12 years ago

exupero commented 12 years ago

For some reason the_zip.split('-')[0] is put into a list then immediately extracted. I imagine this isn't necessary.