Skip to content

Commit

Permalink
Fix soft-light on python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
akiomik committed Nov 19, 2019
1 parent 63e4d67 commit 05ee8f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pilgram/css/blending/soft_light.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05ee8f0

Please sign in to comment.