Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 27, 2025
1 parent f5e5d4f commit dd1466d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ampform/helicity/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,9 +683,7 @@ def __init__(self, transitions: ReactionInfo | Iterable[StateTransition]) -> Non
self.__choices[decay] = create_non_dynamic

@singledispatchmethod
def assign( # noqa: PLR6301
self, selection, builder: ResonanceDynamicsBuilder
) -> None:
def assign(self, selection, builder: ResonanceDynamicsBuilder) -> None:
"""Assign a `.ResonanceDynamicsBuilder` to a selection of nodes.
Currently, the following types of selections are implements:
Expand Down

0 comments on commit dd1466d

Please sign in to comment.