Skip to content

Commit c86e586

Browse files
Merge pull request #794 from analysiscenter/fix/model-plot
Fix plot for model
2 parents bad2969 + 4c91f4a commit c86e586

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

batchflow/models/torch/base_mixins.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
import torch
77

88
from ...decorators import deprecated
9-
10-
from ...utils_import import try_import
11-
plot = try_import(module='...plotter', package=__name__, attribute='plot',
12-
help='Try `pip install batchflow[image]`!')
9+
from ... import plot
1310

1411
# Also imports `tensorboard`, if necessary
1512

0 commit comments

Comments
 (0)