Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
ppwwyyxx committed Mar 12, 2020
1 parent b01cd6d commit 6f0ba59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tensorpack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@
from tensorpack.tfutils import *

from tensorpack.train import *
from tensorpack.graph_builder import InputDesc # kept for BC
from tensorpack.input_source import *
from tensorpack.predict import *
2 changes: 1 addition & 1 deletion tensorpack/graph_builder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .distributed import *
from .utils import *

from .model_desc import InputDesc, ModelDesc, ModelDescBase # kept for BC # noqa
from .model_desc import ModelDesc, ModelDescBase

from pkgutil import iter_modules
import os
Expand Down

0 comments on commit 6f0ba59

Please sign in to comment.