Skip to content

Commit

Permalink
Apply isort
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Dec 24, 2020
1 parent 0c3d86d commit 06914df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pl_bolts/callbacks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from pl_bolts.callbacks.vision.confused_logit import ConfusedLogitCallback # noqa: F401
from pl_bolts.callbacks.vision.image_generation import TensorboardGenerativeModelImageSampler # noqa: F401


__all__ = [
"BYOLMAWeightUpdate",
"ModuleDataMonitor",
Expand Down
2 changes: 1 addition & 1 deletion pl_bolts/callbacks/variational.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import torch
from pytorch_lightning.callbacks import Callback

from pl_bolts.utils.warnings import warn_missing_pkg
from pl_bolts.utils import _TORCHVISION_AVAILABLE
from pl_bolts.utils.warnings import warn_missing_pkg

if _TORCHVISION_AVAILABLE:
import torchvision
Expand Down

0 comments on commit 06914df

Please sign in to comment.