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

Fix imports and methods in special package to conform to PEP 8 #328

Open ellbosch opened 4 years ago

ellbosch commented 4 years ago

The special package currently breaks PEP 8 best practices by importing methods at the bottom of __init__, and also likely for the use of the export decorator. This package likely needs refactoring.