clickhouse-cli icon indicating copy to clipboard operation
clickhouse-cli copied to clipboard

Added the linting in few of the modules of the codebase

Open utkarshverma11 opened this issue 4 years ago • 0 comments

Hi @hatarist,

There are some linting fixes that I noticed while going through the codebase. Linting highlights the syntactical and and stylist problems which oftentimes helps to identify and correct subtle programming errors.

Details about the linter used Used autopep8 python linter from within spyder editor

Fixed the following during the static code analysis: Covention Refractor Warnings Errors

Could you please review the fixes and let me know if they look fine then will go ahead and work on other modules that require linting.

Happy Linting ! :)

Thanks

utkarshverma11 avatar Apr 14 '21 07:04 utkarshverma11