From ee4e8e5f6197d9b5f66dac9690babfa4a1d5109b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 01:45:32 +0000 Subject: [PATCH] style: pre-commit fixes --- src/particle/pdgid/__init__.py | 4 ---- tests/test_module_apis.py | 3 --- 2 files changed, 7 deletions(-) diff --git a/src/particle/pdgid/__init__.py b/src/particle/pdgid/__init__.py index f428d5d4..95fbfc85 100644 --- a/src/particle/pdgid/__init__.py +++ b/src/particle/pdgid/__init__.py @@ -105,10 +105,8 @@ __all__ = ( "PDGID", - # "is_valid", "abspid", - # "is_Qball", "is_Rhadron", "is_SUSY", @@ -129,7 +127,6 @@ "is_sm_quark", "is_special_particle", "is_technicolor", - # "has_down", "has_up", "has_strange", @@ -137,7 +134,6 @@ "has_bottom", "has_top", "has_fundamental_anti", - # "charge", "three_charge", "j_spin", diff --git a/tests/test_module_apis.py b/tests/test_module_apis.py index 6205371c..a20539d2 100644 --- a/tests/test_module_apis.py +++ b/tests/test_module_apis.py @@ -81,7 +81,6 @@ def test_api_pdgid(): assert dir(particle.pdgid) == sorted( [ "PDGID", - # "is_valid", "abspid", # # @@ -105,7 +104,6 @@ def test_api_pdgid(): "is_sm_quark", "is_special_particle", "is_technicolor", - # "has_down", "has_up", "has_strange", @@ -113,7 +111,6 @@ def test_api_pdgid(): "has_bottom", "has_top", "has_fundamental_anti", - # "charge", "three_charge", "j_spin",