[blivet:master 2/2] Remove redundant import.

mulhern amulhern at redhat.com
Tue Nov 18 23:09:10 UTC 2014


Signed-off-by: mulhern <amulhern at redhat.com>
---
 tests/size_test.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/size_test.py b/tests/size_test.py
index 959d8ac..f4acb72 100644
--- a/tests/size_test.py
+++ b/tests/size_test.py
@@ -307,7 +307,6 @@ class UtilityMethodsTestCase(unittest.TestCase):
         self.assertEqual(size._lowerASCII(b"B"), b"b")
 
     def testArithmetic(self):
-        from decimal import Decimal
         s = Size("2GiB")
 
         # Make sure arithmatic operations with Size always result in the expected type
-- 
1.9.3



More information about the anaconda-patches mailing list