Skip to content

Commit e2ab6f6

Browse files
committed
Typo
1 parent 5f2d324 commit e2ab6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/neo4j_graphrag/llm/openai_llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def __init__(
9595
except ImportError:
9696
raise ImportError(
9797
"""Could not import httpx.
98-
Please install it with `pip install httpx."""
98+
Please install it with `pip install httpx`."""
9999
)
100100
self.openai = openai
101101
self.httpx = httpx

0 commit comments

Comments
 (0)