Skip to content

Commit 66f1684

Browse files
committed
Remove obsolete schema
1 parent d1bed12 commit 66f1684

File tree

3 files changed

+0
-17
lines changed

3 files changed

+0
-17
lines changed

doc/modules/ROOT/pages/gds-session.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,6 @@ With the `gds` GDS Session active, project the graph and specify node and relati
212212
.Project a graph into the GDS Session:
213213
[source,python,role=no-test]
214214
----
215-
from graphdatascience.session import GdsPropertyTypes
216-
217215
G, result = gds.graph.project(
218216
graph_name="my-graph",
219217
query="""
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from .algorithm_category import AlgorithmCategory
22
from .dbms_connection_info import DbmsConnectionInfo
33
from .gds_sessions import AuraAPICredentials, GdsSessions
4-
from .schema import GdsPropertyTypes
54
from .session_info import SessionInfo
65
from .session_sizes import SessionMemory
76

@@ -11,6 +10,5 @@
1110
"DbmsConnectionInfo",
1211
"AuraAPICredentials",
1312
"SessionMemory",
14-
"GdsPropertyTypes",
1513
"AlgorithmCategory",
1614
]

graphdatascience/session/schema.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)