Skip to content

Commit

Permalink
pep8.
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bennet committed Dec 27, 2018
1 parent dfdac52 commit f7303f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pgcli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,8 @@ def get_continuation(width, line_number, is_soft_wrap):
tempfile_suffix='.sql',
multiline=pg_is_multiline(self),
history=history,
completer=ThreadedCompleter(DynamicCompleter(lambda: self.completer)),
completer=ThreadedCompleter(
DynamicCompleter(lambda: self.completer)),
complete_while_typing=True,
style=style_factory(self.syntax_style, self.cli_style),
include_default_pygments_style=False,
Expand Down

0 comments on commit f7303f6

Please sign in to comment.