Skip to content

Commit

Permalink
chore(sdk): docs: remove token reference in code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
beroussel committed Sep 4, 2024
1 parent 931180a commit 170ba8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Python >= 3.8
```python
from lumapps.api import BaseClient

token = "MY TOKEN"
base_client = BaseClient(
api_info={"base_url": "https://your-cell.api.lumapps.com"}, # e.g. "https://go-cell-001.api.lumapps.com"
auth_info={
Expand Down

0 comments on commit 170ba8d

Please sign in to comment.