Skip to content

Commit

Permalink
chore: add pragma no cover
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Feb 23, 2024
1 parent 9481536 commit a591e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event_routing_backends/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def get_block_id_from_event_data(data, course_id):
block_id=data_array[1]
)
else:
block_id = None
block_id = None # pragma: no cover
else:
block_id = None

Expand Down

0 comments on commit a591e61

Please sign in to comment.