Skip to content

Commit 12cf3f2

Browse files
authored
Merge pull request #199 from lumapps/chore/remove-typo-from-doc-snippet
chore(sdk): docs: remove token reference in code snippet
2 parents 931180a + 170ba8d commit 12cf3f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Python >= 3.8
4040
```python
4141
from lumapps.api import BaseClient
4242

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

0 commit comments

Comments
 (0)