Skip to content

Commit cab458f

Browse files
committed
Format code
1 parent ca721c9 commit cab458f

File tree

11 files changed

+0
-11
lines changed

11 files changed

+0
-11
lines changed

graphdatascience/model/v2/model_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55

66
class ModelApi(ABC):
7-
87
@abstractmethod
98
def exists(self, model: str) -> bool:
109
"""

graphdatascience/procedure_surface/api/catalog/graph_sampling_endpoints.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111

1212
class GraphSamplingEndpoints(ABC):
13-
1413
@abstractmethod
1514
def rwr(
1615
self,

graphdatascience/procedure_surface/api/community/conductance_endpoints.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010

1111
class ConductanceEndpoints(ABC):
12-
1312
@abstractmethod
1413
def stream(
1514
self,

graphdatascience/procedure_surface/api/community/kcore_endpoints.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313

1414
class KCoreEndpoints(ABC):
15-
1615
@abstractmethod
1716
def mutate(
1817
self,

graphdatascience/procedure_surface/api/community/louvain_endpoints.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313

1414
class LouvainEndpoints(ABC):
15-
1615
@abstractmethod
1716
def mutate(
1817
self,

graphdatascience/procedure_surface/api/community/scc_endpoints.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313

1414
class SccEndpoints(ABC):
15-
1615
@abstractmethod
1716
def mutate(
1817
self,

graphdatascience/procedure_surface/api/community/wcc_endpoints.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313

1414
class WccEndpoints(ABC):
15-
1615
@abstractmethod
1716
def mutate(
1817
self,

graphdatascience/procedure_surface/api/node_embedding/fastrp_endpoints.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313

1414
class FastRPEndpoints(ABC):
15-
1615
@abstractmethod
1716
def mutate(
1817
self,

graphdatascience/procedure_surface/api/node_embedding/graphsage_predict_endpoints.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313

1414
class GraphSagePredictEndpoints(ABC):
15-
1615
@abstractmethod
1716
def stream(
1817
self,

graphdatascience/procedure_surface/api/node_embedding/hashgnn_endpoints.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313

1414
class HashGNNEndpoints(ABC):
15-
1615
@abstractmethod
1716
def mutate(
1817
self,

0 commit comments

Comments
 (0)