nasa/fmdtools

Local var 'b' not used

Closed this issue · 1 comments

The local variable 'b' is never used. I suppose we should remove this as it is useless and only clutters the codebase.

b=pickle.loads(a)

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.