Skip to content

Commit 1c460e1

Browse files
nzw0301fchollet
authored andcommitted
remove unused import statement in keras dir (keras-team#2638)
* remove unused import statement in keras dir * rewrite import graph statement
1 parent 7b4e157 commit 1c460e1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

keras/datasets/cifar.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from __future__ import absolute_import
33
import sys
44
from six.moves import cPickle
5-
from six.moves import range
65

76

87
def load_batch(fpath, label_key='labels'):

keras/wrappers/scikit_learn.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import copy
33
import inspect
44
import types
5-
import numpy as np
65

76
from ..utils.np_utils import to_categorical
87
from ..models import Sequential

0 commit comments

Comments
 (0)