We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a1b0c commit 2df4dc7Copy full SHA for 2df4dc7
graphdatascience/query_runner/termination_flag.py
@@ -51,9 +51,7 @@ def set(self) -> None:
51
52
def assert_running(self) -> None:
53
if self.is_set():
54
- raise RuntimeError(
55
- "Closing client connection. Note, the query will be continued on the server-side"
56
- )
+ raise RuntimeError("Closing client connection. Note, the query will be continued on the server-side")
57
58
59
class TerminationFlagNoop(TerminationFlag):
0 commit comments