Commit c2bfa661 authored by Soumith Chintala's avatar Soumith Chintala
Browse files

fix lint

parent d8349b60
...@@ -5,7 +5,7 @@ from torchvision import utils ...@@ -5,7 +5,7 @@ from torchvision import utils
try: try:
from .version import __version__ # noqa: F401 from .version import __version__ # noqa: F401
except: except ImportError:
pass pass
_image_backend = 'PIL' _image_backend = 'PIL'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment