Skip to content

Commit

Permalink
removed future dep as we only support py3 now
Browse files Browse the repository at this point in the history
  • Loading branch information
Acribbs committed Apr 4, 2024
1 parent e9d74d8 commit a2aab04
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion cgat/IndexedFasta.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
'''

from __future__ import generator_stop
import os
import sys
import array
Expand Down
2 changes: 0 additions & 2 deletions tests/test_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
"""

from __future__ import print_function

import subprocess
import tempfile
import os
Expand Down

0 comments on commit a2aab04

Please sign in to comment.