From 4d3cb624f230424f894200923cb49007d3725fa6 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Mon, 24 Jun 2024 07:20:30 +0100 Subject: [PATCH] flake8 --- gfe_examples/sync_test/sync_test_vertex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfe_examples/sync_test/sync_test_vertex.py b/gfe_examples/sync_test/sync_test_vertex.py index 67a7b949..4025bc6e 100644 --- a/gfe_examples/sync_test/sync_test_vertex.py +++ b/gfe_examples/sync_test/sync_test_vertex.py @@ -89,7 +89,7 @@ def generate_data_specification( routing_info = FecDataView.get_routing_infos() key = routing_info.get_first_key_from_pre_vertex( self, SEND_PARTITION) - assert(key is not None) + assert (key is not None) spec.write_value(key) # End-of-Spec: