Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
amn41 committed Mar 13, 2018
1 parent 83743ab commit af4ac6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasa_nlu/project.py
Expand Up @@ -143,7 +143,7 @@ def _latest_project_model(self):

if models:
time_list = [
datetime.datetime.strptime(m,'%Y%m%d-%H%M%S')
datetime.datetime.strptime(m, '%Y%m%d-%H%M%S')
for m in models]
return models[max(time_list).strftime('%Y%m%d-%H%M%S')]
else:
Expand Down

0 comments on commit af4ac6d

Please sign in to comment.