I believe some imports are no longer required. We can remove these to make the installs cleaner. Example: `from __future__ import print_function` `from __future__ import division` in https://github.com/KaliLab/hippounit/blob/master/hippounit/utils.py#L1
I believe some imports are no longer required. We can remove these to make the installs cleaner.
Example:
from __future__ import print_functionfrom __future__ import divisionin https://github.com/KaliLab/hippounit/blob/master/hippounit/utils.py#L1