Skip to content

Commit

Permalink
pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jlibovicky committed Jan 16, 2017
1 parent 98027cb commit 0a69248
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion neuralmonkey/readers/image_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def load(list_files: List[str]):
"or three dimensions (color channels), has {} "
"dimension.").format(len(image_np.shape)))


yield _pad(image, pad_w, pad_h, channels)

return load
Expand Down

0 comments on commit 0a69248

Please sign in to comment.