Skip to content

Commit

Permalink
Fix PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet authored and Vijayabhaskar96 committed May 1, 2018
1 parent 0d8f922 commit ce565c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keras/applications/nasnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ def NASNet(input_shape=None,
raise ValueError('When specifying the input shape of a NASNet'
' and loading `ImageNet` weights, '
'the input_shape argument must be static '
'(no None entries). Got: `input_shape='
+ str(input_shape) + '`.')
'(no None entries). Got: `input_shape=' +
str(input_shape) + '`.')

if default_size is None:
default_size = 331
Expand Down

0 comments on commit ce565c6

Please sign in to comment.