{k: v for k, v in original.items() if v is not None}
dict{"Something": "Something else", None: None} dict.pop(None)