closeio / closeio-api

Python API Client for Close
http://developer.close.com/
MIT License
65 stars 47 forks source link

Remove unused urllib from example #95

Closed sixhobbits closed 6 years ago

sixhobbits commented 6 years ago

The example on the homepage imports urllib but doesn't use it. This removes it to avoid confusing users into thinking they'll need ot handle their own network calls.

wojcikstefan commented 6 years ago

Hi @sixhobbits, it looks like this urllib import is no longer present on the latest master. Thanks for submitting the PR anyway!