(
self,
credentials: BundleCredentials,
plugin_input: PluginInput,
)
| 23 | |
| 24 | @abstractmethod |
| 25 | async def execute( |
| 26 | self, |
| 27 | credentials: BundleCredentials, |
| 28 | plugin_input: PluginInput, |
| 29 | ) -> PluginOutput: |
| 30 | raise NotImplementedError |
no outgoing calls
no test coverage detected