Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tdyas committed Aug 15, 2024
1 parent 7ce57f0 commit 69e7788
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/python/pants/bsp/util_rules/queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
from pants.engine.unions import UnionRule


# Compute QueryRule's for each handler request/response pair.
# Note: These are necessary because the BSP support is an auxiliary goal that makes
# synchronous requests into the engine.
def compute_handler_query_rules(
rules: Iterable[Rule | UnionRule | QueryRule],
) -> tuple[QueryRule, ...]:
Expand Down

0 comments on commit 69e7788

Please sign in to comment.