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 Jul 24, 2023
1 parent 89a618d commit dd2e6e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/dec/test_dec.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ def test_decfile_defining_stable_particle():
p = DecFileParser(DIR / "../data/test_stable-particle.dec")
p.parse()

assert p.number_of_decays == 1 # The decay of K_S0, even if no decay modes are defined
assert (
p.number_of_decays == 1
) # The decay of K_S0, even if no decay modes are defined
assert p.list_decay_modes("K_S0") == []


Expand Down

0 comments on commit dd2e6e5

Please sign in to comment.