Skip to content

Commit

Permalink
remove extra comments that moved to cloud_io
Browse files Browse the repository at this point in the history
  • Loading branch information
f4hy committed Jun 26, 2020
1 parent 42b914a commit 5198478
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pytorch_lightning/core/saving.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@
from pytorch_lightning.utilities.cloud_io import load as pl_load
from pytorch_lightning.utilities.cloud_io import gfile, cloud_open

# we want this for tf.iogfile, which if tf is installed gives full tf,
# otherwise gives a pruned down version which works for some file backends but
# not all
from tensorboard.compat import tf

PRIMITIVE_TYPES = (bool, int, float, str)
ALLOWED_CONFIG_TYPES = (AttributeDict, MutableMapping, Namespace)
try:
Expand Down

0 comments on commit 5198478

Please sign in to comment.