Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Dec 13, 2020
1 parent d87b079 commit de50680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pl_bolts/utils/__init__.py
Expand Up @@ -7,4 +7,4 @@
_GYM_AVAILABLE = _module_available("gym")
_SKLEARN_AVAILABLE = _module_available("sklearn")
_PIL_AVAILABLE = _module_available("PIL")
_OPENCV_AVAILABLE = _module_available("cv2")
_OPENCV_AVAILABLE = _module_available("cv2")

0 comments on commit de50680

Please sign in to comment.