Skip to content

Commit

Permalink
White space fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farizrahman4u committed Jan 20, 2016
1 parent 5bcac37 commit d08b0ef
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 @@ -179,7 +179,7 @@ def get_input(self, train=False):
return self.input
else:
raise Exception('Layer is not connected' +
'and is not an input layer.')
' and is not an input layer.')

def supports_masked_input(self):
'''Whether or not this layer respects the output mask of its previous
Expand Down

0 comments on commit d08b0ef

Please sign in to comment.