Skip to content

Commit

Permalink
removing Tensor package from __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
Niru Maheswaranathan committed Sep 13, 2015
1 parent 4326131 commit e2749e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ test:
py.test -v --cov=jetpack --cov-report=html tests

clean:
rm -rf htmlcov/
rm -rf jetpack.egg-info
rm -f jetpack/*.pyc
rm -rf jetpack/__pycache__
3 changes: 1 addition & 2 deletions jetpack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from .chart import *
from .ionic import *
from .capsules import *
from .tensor import *

__all__ = timepiece.__all__ + signals.__all__ + chart.__all__ + \
ionic.__all__ + capsules.__all__ + tensor.__all__
ionic.__all__ + capsules.__all__

0 comments on commit e2749e6

Please sign in to comment.