Skip to content

Commit 5198478

Browse files
committed
remove extra comments that moved to cloud_io
1 parent 42b914a commit 5198478

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pytorch_lightning/core/saving.py

-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313
from pytorch_lightning.utilities.cloud_io import load as pl_load
1414
from pytorch_lightning.utilities.cloud_io import gfile, cloud_open
1515

16-
# we want this for tf.iogfile, which if tf is installed gives full tf,
17-
# otherwise gives a pruned down version which works for some file backends but
18-
# not all
19-
from tensorboard.compat import tf
20-
2116
PRIMITIVE_TYPES = (bool, int, float, str)
2217
ALLOWED_CONFIG_TYPES = (AttributeDict, MutableMapping, Namespace)
2318
try:

0 commit comments

Comments
 (0)