diff --git a/cgat/IndexedFasta.py b/cgat/IndexedFasta.py index 184a94f1..04ece3f0 100644 --- a/cgat/IndexedFasta.py +++ b/cgat/IndexedFasta.py @@ -36,7 +36,6 @@ ''' -from __future__ import generator_stop import os import sys import array diff --git a/tests/test_scripts.py b/tests/test_scripts.py index 4cb79a69..3a578fb0 100644 --- a/tests/test_scripts.py +++ b/tests/test_scripts.py @@ -19,8 +19,6 @@ """ -from __future__ import print_function - import subprocess import tempfile import os