Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
wxs committed Jun 25, 2015
1 parent e1a39b8 commit 31a303c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras/layers/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import numpy as np

from .. import activations, initializations
from ..utils.theano_utils import shared_zeros, floatX, shared_scalar
from ..utils.theano_utils import shared_zeros, floatX
from ..utils.generic_utils import make_tuple
from .. import regularizers
from .. import constraints
Expand Down

0 comments on commit 31a303c

Please sign in to comment.