Skip to content

Commit f0fe918

Browse files
committed
Fix import
1 parent cf54d26 commit f0fe918

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/proto_nd_flow/reco/charge/calib_prompt_hits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from h5flow.core import H5FlowStage, resources
77
import proto_nd_flow.util.units as units
8-
import proto_nd_flow.reco.charge.pixel_functions as pf
8+
import proto_nd_flow.util.pixel_functions as pf
99

1010
class CalibHitBuilder(H5FlowStage):
1111
'''

0 commit comments

Comments
 (0)