mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 17:54:32 +03:00
tests: add missing "from __future__ import division"
This commit is contained in:
parent
4f6c366e75
commit
a649757f03
|
@ -1,3 +1,4 @@
|
||||||
|
from __future__ import division
|
||||||
from helper import unittest, PillowTestCase
|
from helper import unittest, PillowTestCase
|
||||||
import sys
|
import sys
|
||||||
from PIL import Image
|
from PIL import Image
|
||||||
|
|
Loading…
Reference in New Issue
Block a user