dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.35k stars 191 forks source link

Fixed import line for PromptSession and CompleteStyle #375

Closed ellbosch closed 4 years ago

ellbosch commented 4 years ago

Fixes #373.

We have improper imports of modules from prompt_toolkit. There's no currently known breaking functionality from the old method, but docs clearly suggestion importing using the updated method.