Hook for processing the outgoing config data.
(self, data: Dict[str, Any])
| 97 | return data |
| 98 | |
| 99 | def post_process_data(self, data: Dict[str, Any]) -> Dict[str, Any]: |
| 100 | """Hook for processing the outgoing config data.""" |
| 101 | return data |
| 102 | |
| 103 | def load(self): |
| 104 | config_type = type(self).__name__.lower() |