Skip to content

Commit 34e378c

Browse files
brs96FlorentinD
authored andcommitted
Fix sphinx doc indentation error in build
1 parent 2790176 commit 34e378c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

graphdatascience/session/dbms_connection_info.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ def from_env() -> DbmsConnectionInfo:
4444
"""
4545
Create a DbmsConnectionInfo instance from environment variables.
4646
The environment variables are:
47-
- NEO4J_URI
48-
- NEO4J_USERNAME
49-
- NEO4J_PASSWORD
50-
- NEO4J_DATABASE
47+
- NEO4J_URI
48+
- NEO4J_USERNAME
49+
- NEO4J_PASSWORD
50+
- NEO4J_DATABASE
5151
"""
5252
uri = os.environ["NEO4J_URI"]
5353
username = os.environ.get("NEO4J_USERNAME", "neo4j")

graphdatascience/session/gds_sessions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ def from_env() -> AuraAPICredentials:
3535
"""
3636
Create an AuraApi instance from environment variables.
3737
The environment variables are:
38-
- CLIENT_ID
39-
- CLIENT_SECRET
40-
- PROJECT_ID
38+
- CLIENT_ID
39+
- CLIENT_SECRET
40+
- PROJECT_ID
4141
"""
4242
client_id = os.environ["CLIENT_ID"]
4343
client_secret = os.environ["CLIENT_SECRET"]

0 commit comments

Comments
 (0)