uncertainties
uncertainties copied to clipboard
Remove unused imports in tests.
There are two unused imports in the test files:
sys is not used uncertainties/test_umath.py weakref is not used in uncertainties/test_uncertainties.py
I added a pull request here: https://github.com/lmfit/uncertainties/pull/209