Remove unnecessary imports of plotting related stuff in file_man
matthiasreisser opened this issue · 2 comments
matthiasreisser commented
Remove unnecessary imports of plotting related stuff in file_man
matthiasreisser commented
Is this still an issue? :)
petered commented
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.