Skip to content

Commit 3376a13

Browse files
fix lint (#82)
1 parent 24ec3e0 commit 3376a13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/guide/configuring-integration-with-arize.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ event_store = container.event_store
326326
# Create your assistant
327327
async def main():
328328
assistant = (
329-
# YourAssistant is an instance of type grafi.assistants.assistant
329+
# YourAssistant is an instance of type grafi.assistants.assistant
330330
# https://github.com/binome-dev/graphite/blob/main/grafi/assistants/assistant.py
331331
YourAssistant.builder()
332332
.name("MyAssistant")
@@ -461,7 +461,7 @@ def setup_test_tracing():
461461
```bash
462462
➜ docker compose up
463463
nc -zv localhost 4317
464-
464+
465465
Connection to localhost (::1) 4317 port [tcp/*] succeeded!
466466

467467
nc -zv localhost 6006

0 commit comments

Comments
 (0)