Skip to content

Commit

Permalink
Fix types.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtarzia committed Mar 21, 2024
1 parent f59b709 commit aeef3a0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@

def test_with_functional_groups(
building_block: stk.BuildingBlock,
get_functional_groups: abc.Callable[stk.BuildingBlock],
get_functional_groups: abc.Callable[
[stk.BuildingBlock, ...], tuple[stk.FunctionalGroup, ...]
],
) -> None:
"""
Test :meth:`.BuildingBlock.with_functional_groups`.
Expand Down

0 comments on commit aeef3a0

Please sign in to comment.