seguro.commands.heartbeat_sender.main.strip_none

seguro.commands.heartbeat_sender.main.strip_none(d)[source]

Remove elements from dictionary whose value is None

Parameters:

d (dict) – The dictionary from which None values should be removed

Returns:

The filtered dictionary

Return type:

dict