flake8 fix - bad indentation

This commit is contained in:
Gil Forsyth 2016-07-24 14:52:10 -04:00
parent 30e6626927
commit 5079e671dc

View file

@ -106,7 +106,7 @@ class XonshKernel(Kernel):
endidx = pos
begidx = pos - len(prefix)
rtn, _ = self.completer.complete(prefix, line, begidx,
endidx, shell.ctx)
endidx, shell.ctx)
message = {'matches': rtn, 'cursor_start': begidx, 'cursor_end': endidx,
'metadata': {}, 'status': 'ok'}
return message