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 2, 2024
1 parent 5926856 commit ee4e8e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions src/particle/pdgid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,8 @@

__all__ = (
"PDGID",
#
"is_valid",
"abspid",
#
"is_Qball",
"is_Rhadron",
"is_SUSY",
Expand All @@ -129,15 +127,13 @@
"is_sm_quark",
"is_special_particle",
"is_technicolor",
#
"has_down",
"has_up",
"has_strange",
"has_charm",
"has_bottom",
"has_top",
"has_fundamental_anti",
#
"charge",
"three_charge",
"j_spin",
Expand Down
3 changes: 0 additions & 3 deletions tests/test_module_apis.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def test_api_pdgid():
assert dir(particle.pdgid) == sorted(
[
"PDGID",
#
"is_valid",
"abspid",
# #
Expand All @@ -105,15 +104,13 @@ def test_api_pdgid():
"is_sm_quark",
"is_special_particle",
"is_technicolor",
#
"has_down",
"has_up",
"has_strange",
"has_charm",
"has_bottom",
"has_top",
"has_fundamental_anti",
#
"charge",
"three_charge",
"j_spin",
Expand Down

0 comments on commit ee4e8e5

Please sign in to comment.