Skip to content

Commit

Permalink
Further removal of futures imports
Browse files Browse the repository at this point in the history
  • Loading branch information
harripd committed Sep 20, 2022
1 parent aceb7f8 commit cb83435
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions fretbursts/dataload/manta_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
generated by Manta detector or by NI hardware.
"""

from __future__ import absolute_import
from builtins import range, zip

import numpy as np
from .pytables_array_list import PyTablesList

Expand Down
3 changes: 0 additions & 3 deletions fretbursts/dataload/multi_ch_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
This data is produced by the 4 and 8-spot smFRET setup, first generation.
"""

from __future__ import absolute_import, division
from builtins import range, zip

import os
import numpy as np

Expand Down
3 changes: 0 additions & 3 deletions fretbursts/dataload/pytables_array_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
memory use the slicing notation (like pytable_array[:]).
"""

from __future__ import print_function
from builtins import range, zip

import os
import tables

Expand Down
2 changes: 0 additions & 2 deletions fretbursts/dataload/spcreader.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
overflow bit: 13, bit_mask = 2^(13-1) = 4096
"""

from builtins import range, zip

import numpy as np


Expand Down
1 change: 0 additions & 1 deletion versioneer.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@
"""

from __future__ import print_function
try:
import configparser
except ImportError:
Expand Down

0 comments on commit cb83435

Please sign in to comment.