Remove leftover (#155)

This commit is contained in:
Fabian Affolter 2018-12-01 23:27:26 +01:00 committed by GitHub
parent fe926fa79c
commit 19f00d83e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ $ curl -X GET \
http://IP_ADDRESS:8123/ENDPOINT
```
Another option is to use Python and the [Requests](http://docs.python-requests.org/en/latest/) module. =
Another option is to use Python and the [Requests](http://docs.python-requests.org/en/latest/) module.
```python
from requests import get