https://github.com/ricmperes/PyLArS/blob/23fee5e0929f40ec76895efb25d88ec36a93c13e/pylars/utils/input.py#L48 Is it ok to leave only `uproot.open(...)` or should it be in a `with` statement? Or `uprrot.close`?
PyLArS/pylars/utils/input.py
Line 48 in 23fee5e
Is it ok to leave only
uproot.open(...)or should it be in awithstatement? Oruprrot.close?