nasa/fmdtools

warnings import not used

Closed this issue · 2 comments

It looks like 'warnings' is imported however not used. This makes me believe it could be removed to clean the code and free memory.

import warnings

Feel free to assign this to me if neededd.

hulsed commented

Fixed in 4606520

Superb!