Skip to content

Commit b8c87cd

Browse files
committed
remove extraneous __future__ imports
1 parent a89d844 commit b8c87cd

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

nixio/data_frame.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# Redistribution and use in source and binary forms, with or without
77
# modification, are permitted under the terms of the BSD License. See
88
# LICENSE file in the root of the Project.
9-
from __future__ import (absolute_import, division, print_function)
109
try:
1110
from collections.abc import Iterable
1211
except ImportError:

nixio/test/test_validator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from __future__ import (absolute_import, division, print_function)
21
import nixio as nix
32
import numpy as np
43
import os

nixio/validator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# Redistribution and use in source and binary forms, with or without
77
# modification, are permitted under the terms of the BSD License. See
88
# LICENSE file in the root of the Project.
9-
from __future__ import (absolute_import, division, print_function)
109
from .util import units
1110
from .dimension_type import DimensionType
1211

0 commit comments

Comments
 (0)