Skip to content

Commit

Permalink
Merge pull request #371 from jakirkham/cleanup_whitespace
Browse files Browse the repository at this point in the history
Clean up whitespace
  • Loading branch information
jakirkham committed Feb 29, 2016
2 parents ce95966 + 9d10678 commit d41b7b9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions nanshe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,5 +220,3 @@
import util
# import viewer # Must be commented as there is some segfault
# coming from Volumina.


3 changes: 1 addition & 2 deletions nanshe/util/iters.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@

import numpy



# Need in order to have logging information no matter what.
import prof


# Get the logger
trace_logger = prof.getTraceLogger(__name__)

Expand Down
2 changes: 0 additions & 2 deletions tests/test_nanshe/test_misc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@
__date__ = "$Apr 06, 2015 13:56:56 EDT$"

__all__ = []


0 comments on commit d41b7b9

Please sign in to comment.