Local var 'b' not used
Closed this issue · 1 comments
louwersj commented
The local variable 'b' is never used. I suppose we should remove this as it is useless and only clutters the codebase.
fmdtools/fmdtools/define/common.py
Line 101 in 6cbee67
Feel free to assign this to me and I will be happy to remove it.
hulsed commented
The purpose of this line is to test pickle.loads. b doesn't do anything in this instance, but it doesn't need to be removed.