mirror of
https://github.com/wassname/segpy.git
synced 2026-08-19 12:40:44 +08:00
Tidy up imports.
This commit is contained in:
+2
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user