Skip to content

Commit

Permalink
cleanup unused variables in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelHu authored Dec 5, 2024
1 parent 8dff761 commit c7f2420
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/test_det_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,8 @@
from legendtestdata import LegendTestData
from pyg4ometry import geant4

from legendhpges import (
make_hpge,
)
from legendhpges.materials import make_natural_germanium
from legendhpges import make_hpge

reg = geant4.Registry()
natural_germanium = make_natural_germanium(reg)
configs = TextDB(pathlib.Path(__file__).parent.resolve() / "configs")


Expand Down

0 comments on commit c7f2420

Please sign in to comment.