tango
tango copied to clipboard
Remove `DetHashWithVersion`
The whole det_hash functionality should just always look for a member named VERSION and use it.
Is the issue still valid?
I'm only just to remove the DetHashWithVersion class from the tango/common/det_hash.py file right?
The functionality where it looks for VERSION should just be baked into det_hash directly, without an extra class. So it's not just removing the class. It also involves moving that code elsewhere.