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 Aug 9, 2024
1 parent 47bb816 commit 94ad79c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/decaylanguage/dec/dec.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
from pathlib import Path
from typing import Any, Callable, Iterable

from hepunits import GeV
from lark import Lark, Token, Transformer, Tree, Visitor
from lark.lexer import TerminalDef
from particle import Particle
from particle.converters import PDG2EvtGenNameMap
from hepunits import GeV

from .. import data
from .._compat.typing import Self
Expand Down
2 changes: 1 addition & 1 deletion tests/data/defs-aliases-chargeconj.dec
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ IncludeDecayFactor rho0 yes
Alias MyRho0 rho0
Particle MyRho0 0.77
#
# Redefine one of the mass or width of a particle (not an alias, as in the cases above)
# Redefine one of the mass or width of a particle (not an alias, as in the cases above)
# Unlike above, the width is taken from the particle since no alias is present
Particle chi_c0 3.42

Expand Down

0 comments on commit 94ad79c

Please sign in to comment.