Tidy up imports.

This commit is contained in:
Robert Smallshire
2015-05-05 13:34:07 +02:00
parent b90ff07940
commit 442444b0f1
+2 -2
View File
@@ -1,8 +1,8 @@
from math import trunc, floor
import math
from math import trunc
import unittest
from hypothesis import given, assume
import math
from hypothesis.specifiers import integers_in_range, floats_in_range
from segpy.ibm_float import (ieee2ibm, ibm2ieee, MAX_IBM_FLOAT, SMALLEST_POSITIVE_NORMAL_IBM_FLOAT,