def _load_toml(self, event): """Loads TOML if necessary""" return toml.loads(event["toml"]) if "toml" in event else event