Skip to content

Commit

Permalink
Update client.md
Browse files Browse the repository at this point in the history
Removed unneccesary "import json" in client.md
  • Loading branch information
JPBergsma committed May 28, 2022
1 parent 02d0050 commit 8d1edba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/getting_started/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ This is the same format as the cached results of the Python client:

```python
from optimade.client import OptimadeClient
import json
client = OptimadeClient(base_urls="https://optimade.herokuapp.com")
client.get('nsites = 1')
client.get('nsites = 2')
Expand Down

0 comments on commit 8d1edba

Please sign in to comment.