Skip to content

Commit

Permalink
[pyhrf#79] Re-do correct import order and remove wildcard import
Browse files Browse the repository at this point in the history
  • Loading branch information
thperret committed Oct 23, 2014
1 parent f99e88b commit 8952ea0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions python/pyhrf/test/toolsTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@

import tempfile
import shutil
import time

import numpy as np
import numpy.testing as npt

from pyhrf.tools import *
from pyhrf.tools import (diagBlock, get_2Dtable_string, do_if_nonexistent_file,
peelVolume3D, cartesian, cached_eval, Pipeline,
resampleToGrid, set_leaf, get_leaf, tree_rearrange)
import pyhrf.tools as mtools
from pyhrf._verbose import dictToString
import pyhrf

import time


class GeometryTest(unittest.TestCase):

Expand Down

0 comments on commit 8952ea0

Please sign in to comment.