Skip to content

Commit

Permalink
Fixed missing import. Closed keras-team#636
Browse files Browse the repository at this point in the history
  • Loading branch information
jnphilipp committed Sep 4, 2015
1 parent 2c30d50 commit 94fbbd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keras/preprocessing/image.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from __future__ import absolute_import

import numpy as np
import re
from scipy import ndimage
from scipy import linalg

Expand Down

0 comments on commit 94fbbd1

Please sign in to comment.