QUVA-Lab/artemis

Remove unnecessary imports of plotting related stuff in file_man

matthiasreisser opened this issue · 2 comments

Remove unnecessary imports of plotting related stuff in file_man

Is this still an issue? :)

It was resolved (in smart_io.py, line 31) by moving the import inside the function, so that it only happens on the condition that needs it.