Skip to content

Commit 81ee432

Browse files
authored
add import statement for dotenv
1 parent 3ae1c57 commit 81ee432

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ For example, to connect with the Python `elasticsearch` client:
134134
[source,python]
135135
----
136136
import os
137+
from dotenv import load_dotenv
137138
from elasticsearch import Elasticsearch
138139
139140
load_dotenv()

0 commit comments

Comments
 (0)