Skip to content

Commit 225ada7

Browse files
DarthMaxFlorentinD
authored andcommitted
Fix codestyle
1 parent fec013e commit 225ada7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphdatascience/query_runner/neo4j_query_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def set_show_progress(self, show_progress: bool) -> None:
356356
self._show_progress = show_progress
357357

358358
def cloneWithoutRouting(self, host: str, port: int) -> QueryRunner:
359-
protocol=self._protocol.replace("neo4j", "bolt")
359+
protocol = self._protocol.replace("neo4j", "bolt")
360360
endpoint = "{}://{}:{}".format(protocol, host, port)
361361
driver = neo4j.GraphDatabase.driver(endpoint, auth=self._auth, **self.driver_config())
362362

0 commit comments

Comments
 (0)