From 05ee8f0821ba95c8bdbbf634d6ad3f9f154fc907 Mon Sep 17 00:00:00 2001 From: Akiomi Kamakura Date: Wed, 20 Nov 2019 00:10:13 +0900 Subject: [PATCH] Fix soft-light on python 2 --- pilgram/css/blending/soft_light.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pilgram/css/blending/soft_light.py b/pilgram/css/blending/soft_light.py index 4e57e0b..7dc3f03 100644 --- a/pilgram/css/blending/soft_light.py +++ b/pilgram/css/blending/soft_light.py @@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +from __future__ import division + import math import numpy as np