Commit b8ef5322 authored by Surgan Jandial's avatar Surgan Jandial Committed by Francisco Massa
Browse files

PILLOW_VERSION deprecation updates (#1501)

* doc-build fixed

* deprecation fixes

* deprecation updates
parent ff88dbaf
...@@ -2,7 +2,7 @@ from __future__ import division ...@@ -2,7 +2,7 @@ from __future__ import division
import torch import torch
import sys import sys
import math import math
from PIL import Image, ImageOps, ImageEnhance, PILLOW_VERSION from PIL import Image, ImageOps, ImageEnhance, __version__ as PILLOW_VERSION
try: try:
import accimage import accimage
except ImportError: except ImportError:
......
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