Skip to content

Commit

Permalink
fix: linter flake8 whitespace error!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Nov 30, 2023
1 parent f30553d commit 02a664a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_networkgraph_one_year_period_run_once_available_analytics():

results = neo4j_ops.gds.run_cypher(
f"""
MATCH
MATCH
(g:Guild {{guildId: '{guildId}'}})
-[r:IS_WITHIN]-> (c:Community {{id: '1234555'}})
RETURN c.id as cid
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_generated_graph_period_1year.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def test_networkgraph_one_year_period_recompute_available_analytics():

results = neo4j_ops.gds.run_cypher(
f"""
MATCH
MATCH
(g:Guild {{guildId: '{guildId}'}})
-[r:IS_WITHIN]-> (c:Community {{id: '1234555'}})
RETURN c.id as cid
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_generated_graph_period_35_days.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def test_networkgraph_35_days_period_recompute_available_analytics():

results = neo4j_ops.gds.run_cypher(
f"""
MATCH
MATCH
(g:Guild {{guildId: '{guildId}'}})
-[r:IS_WITHIN]-> (c:Community {{id: '1234555'}})
RETURN c.id as cid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def test_networkgraph_35_days_period_run_once_available_analytics():

results = neo4j_ops.gds.run_cypher(
f"""
MATCH
MATCH
(g:Guild {{guildId: '{guildId}'}})
-[r:IS_WITHIN]-> (c:Community {{id: '1234555'}})
RETURN c.id as cid
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_generated_graph_period_3_months.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def test_networkgraph_three_months_period_recompute_available_analytics():

results = neo4j_ops.gds.run_cypher(
f"""
MATCH
MATCH
(g:Guild {{guildId: '{guildId}'}})
-[r:IS_WITHIN]-> (c:Community {{id: '1234555'}})
RETURN c.id as cid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def test_networkgraph_three_months_period_run_once_available_analytics():

results = neo4j_ops.gds.run_cypher(
f"""
MATCH
MATCH
(g:Guild {{guildId: '{guildId}'}})
-[r:IS_WITHIN]-> (c:Community {{id: '1234555'}})
RETURN c.id as cid
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_generated_graph_period_6_months.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def test_networkgraph_six_months_period_recompute_available_analytics():

results = neo4j_ops.gds.run_cypher(
f"""
MATCH
MATCH
(g:Guild {{guildId: '{guildId}'}})
-[r:IS_WITHIN]-> (c:Community {{id: '1234555'}})
RETURN c.id as cid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_networkgraph_six_months_period_run_once_available_analytics():

results = neo4j_ops.gds.run_cypher(
f"""
MATCH
MATCH
(g:Guild {{guildId: '{guildId}'}})
-[r:IS_WITHIN]-> (c:Community {{id: '1234555'}})
RETURN c.id as cid
Expand Down

0 comments on commit 02a664a

Please sign in to comment.