Skip to content

Commit

Permalink
Remove unused urllib from example
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sixhobbits committed Jul 30, 2018
1 parent 1c17283 commit 9da39fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -15,7 +15,6 @@ A convenient Python wrapper for the [Close.io](https://close.io/) API.

```python
from closeio_api import Client
import urllib

api = Client('YOUR_API_KEY')

Expand Down

0 comments on commit 9da39fd

Please sign in to comment.