Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 6, 2024
1 parent e96c95a commit 3855a0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/particle/particle/particle.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class InvalidParticle(RuntimeError):
_PREFERRED_PDGID[pdgid1] = sign * min(abs(pdgid1), abs(pdgid2))
_PREFERRED_PDGID[pdgid2] = _PREFERRED_PDGID[pdgid1]


def _isospin_converter(isospin: str) -> float | None:
vals: dict[str | None, float | None] = {
"0": 0.0,
Expand Down

0 comments on commit 3855a0a

Please sign in to comment.