Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 4, 2021
1 parent 3ae9274 commit 46efb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pl_bolts/models/self_supervised/moco/moco2_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
Moco2TrainImagenetTransforms,
Moco2TrainSTL10Transforms,
)
from pl_bolts.utils import _TORCHVISION_AVAILABLE, _PL_GREATER_EQUAL_1_4
from pl_bolts.utils import _PL_GREATER_EQUAL_1_4, _TORCHVISION_AVAILABLE
from pl_bolts.utils.warnings import warn_missing_pkg

if _TORCHVISION_AVAILABLE:
Expand Down

0 comments on commit 46efb27

Please sign in to comment.