mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +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
|
||||
import sys
|
||||
from PIL import Image
|
||||
|
|
Loading…
Reference in New Issue
Block a user