Skip to content

Commit 40c9f0c

Browse files
committed
Whitespace
1 parent 3a32ee9 commit 40c9f0c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

graphdatascience/procedure_surface/api/centrality/betweenness_endpoints.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@
77

88
from graphdatascience.procedure_surface.api.base_result import BaseResult
99
from graphdatascience.procedure_surface.api.catalog.graph_api import GraphV2
10+
1011
from graphdatascience.procedure_surface.api.estimation_result import EstimationResult
1112

1213

1314
class BetweennessEndpoints(ABC):
15+
1416
@abstractmethod
1517
def mutate(
1618
self,

graphdatascience/procedure_surface/api/centrality/pagerank_endpoints.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@
77

88
from graphdatascience.procedure_surface.api.base_result import BaseResult
99
from graphdatascience.procedure_surface.api.catalog.graph_api import GraphV2
10+
1011
from graphdatascience.procedure_surface.api.estimation_result import EstimationResult
1112

1213

1314
class PageRankEndpoints(ABC):
15+
1416
@abstractmethod
1517
def mutate(
1618
self,

0 commit comments

Comments
 (0)