Update __init__.py

"Look mom, no hands!" This was unnecessary and only caused torchvision to stop working.
This commit is contained in:
Ali Shannon 2020-01-03 10:18:30 -05:00 committed by GitHub
parent 1afc94fd11
commit d5f8e7af45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,8 @@ from . import _version
# Use __version__ instead. # Use __version__ instead.
__version__ = _version.__version__ __version__ = _version.__version__
PILLOW_VERSION = __version__
del _version del _version