Skip to content

Commit

Permalink
Revert "Revert "remove unused import statement in keras dir"" (#2647)
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed May 6, 2016
1 parent ba8fefa commit bb626c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion keras/datasets/cifar.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from __future__ import absolute_import
import sys
from six.moves import cPickle
from six.moves import range


def load_batch(fpath, label_key='labels'):
Expand Down
1 change: 0 additions & 1 deletion keras/wrappers/scikit_learn.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import copy
import inspect
import types
import numpy as np

from ..utils.np_utils import to_categorical
from ..models import Sequential
Expand Down

0 comments on commit bb626c1

Please sign in to comment.