mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-21 20:06:06 +00:00
style: fix ruff format issues in plugin_diagnostics and test_handler_actions
This commit is contained in:
@@ -216,9 +216,7 @@ def _build_plugin_sources(
|
||||
if response_sources is not None:
|
||||
plugin_refs = [_extract_response_source_plugin_ref(source) for source in response_sources]
|
||||
return [
|
||||
PluginResponseSource(plugin=plugin, event_name=event_name)
|
||||
for plugin in plugin_refs
|
||||
if plugin is not None
|
||||
PluginResponseSource(plugin=plugin, event_name=event_name) for plugin in plugin_refs if plugin is not None
|
||||
]
|
||||
|
||||
if emitted_plugins:
|
||||
|
||||
Reference in New Issue
Block a user