EDM115 / unzip-bot

Telegram bot deployable to heroku that can extract every archive !
https://t.me/unzip_edm115bot
MIT License
86 stars 120 forks source link

refactor: merge collapsible `with` statements #300

Closed deepsource-autofix[bot] closed 2 months ago

deepsource-autofix[bot] commented 2 months ago

Nested with statements can be merged into a single compound with statement.

This issue is raised only when there are no other statements between the nested with statements. Merging collapsible with statements can decrease cognitive complexity, improving code readability.