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 Sep 27, 2023
1 parent 89e9272 commit 52bcac7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/polarimetry/amplitude/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,7 @@ def decay(self) -> ThreeBodyDecay:
class DynamicsBuilder(Protocol):
def __call__(
self, decay_chain: ThreeBodyDecayChain
) -> tuple[sp.Expr, dict[sp.Symbol, float]]:
...
) -> tuple[sp.Expr, dict[sp.Symbol, float]]: ...


def simplify_latex_rendering() -> None:
Expand Down

0 comments on commit 52bcac7

Please sign in to comment.