Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jun 24, 2024
1 parent 0a5247e commit 4d3cb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfe_examples/sync_test/sync_test_vertex.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4d3cb62

Please sign in to comment.