Fix code format

This commit is contained in:
Richard Chien 2018-07-03 10:32:16 +08:00
parent 025ff46436
commit 7de256d55e

View File

@ -34,4 +34,7 @@ async def _(session: CommandSession):
@on_natural_language
async def _(session: NLPSession):
return NLPResult(60.0, 'tuling', {'message': session.msg, 'one_time': True})
return NLPResult(60.0, 'tuling', {
'message': session.msg,
'one_time': True
})