Skip to content

Commit 281c96d

Browse files
committed
added python to SOS
1 parent 61d4de2 commit 281c96d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

python/example_code/neptune/analytics/NeptuneAnalyticsQueryExample.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import boto3
55
from botocore.exceptions import ClientError
66

7-
# snippet-start: [neptune.python.graph.execute.main]
7+
# snippet-start:[neptune.python.graph.execute.main]
88
"""
99
Running this example.
1010
@@ -70,4 +70,4 @@ def execute_gremlin_profile_query(client, graph_id):
7070

7171
if __name__ == "__main__":
7272
main()
73-
# snippet-end: [neptune.python.graph.execute.main]
73+
# snippet-end:[neptune.python.graph.execute.main]

python/example_code/neptune/database/OpenCypherExplainExample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- A connected environment such as a **VPN**, **AWS Direct Connect**, or a **peered VPC**
2020
2121
"""
22-
# snippet-start: [neptune.python.data.query.opencypher.main]
22+
# snippet-start:[neptune.python.data.query.opencypher.main]
2323
# Replace with your actual Neptune endpoint URL
2424
NEPTUNE_ENDPOINT = "https://<your-neptune-endpoint>:8182"
2525

0 commit comments

Comments
 (0)