Skip to content

Commit 8e10c2c

Browse files
Remove useless imports
Co-authored-by: Chris Markiewicz <effigies@gmail.com>
1 parent 0fe9a03 commit 8e10c2c

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

nipy/algorithms/statistics/tests/test_intrinsic_volumes.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
22
# vi: set ft=python sts=4 ts=4 sw=4 et:
33

4-
import functools
5-
import operator
64
from itertools import chain, combinations
75

86
import numpy as np

nipy/algorithms/statistics/tests/test_quantile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
""" Test quartile functions
22
"""
33

4-
import functools
5-
import operator
64
from itertools import chain
75

86
import numpy as np

nipy/utils/tests/test_arrays.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
""" Testing arrays module
22
"""
33

4-
import functools
5-
import operator
64
from itertools import chain
75

86
import numpy as np

0 commit comments

Comments
 (0)