diff options
Diffstat (limited to 'gr-fec/python/fec/polar/helper_functions.py')
-rw-r--r-- | gr-fec/python/fec/polar/helper_functions.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gr-fec/python/fec/polar/helper_functions.py b/gr-fec/python/fec/polar/helper_functions.py index 8812be11d8..357bccd5b2 100644 --- a/gr-fec/python/fec/polar/helper_functions.py +++ b/gr-fec/python/fec/polar/helper_functions.py @@ -6,9 +6,6 @@ # # -from __future__ import print_function -from __future__ import division -from __future__ import unicode_literals import numpy as np import time, sys |