Skip to content

Commit 2df4dc7

Browse files
committed
Format code
1 parent 65a1b0c commit 2df4dc7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

graphdatascience/query_runner/termination_flag.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ def set(self) -> None:
5151

5252
def assert_running(self) -> None:
5353
if self.is_set():
54-
raise RuntimeError(
55-
"Closing client connection. Note, the query will be continued on the server-side"
56-
)
54+
raise RuntimeError("Closing client connection. Note, the query will be continued on the server-side")
5755

5856

5957
class TerminationFlagNoop(TerminationFlag):

0 commit comments

Comments
 (0)