feat: skip bindings for platform sources

This commit is contained in:
lda
2026-06-13 18:27:08 +07:00 Verified
parent 88ae7f52ed
commit a24f36a80e
4 changed files with 75 additions and 17 deletions
+1
View File
@@ -175,6 +175,7 @@ def _available_sources(
AvailableSource(
id=source.id,
enabled=source.enabled,
platform=source.policy.platform,
capabilities=capabilities,
)
)