Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Formatting fixes #283

Merged
merged 14 commits into from
Mar 27, 2024
Merged

Chore: Formatting fixes #283

merged 14 commits into from
Mar 27, 2024

Conversation

iLLiCiTiT
Copy link
Member

@iLLiCiTiT iLLiCiTiT commented Mar 27, 2024

Changelog Description

Small enhancements of code formatting.

Additional info

Removed unused variables. Removed unnecessary f-strings, removed format when there is nothing to format, fixed some formattings which used combination of {} and %s for formatting. Fixed one Python 2 exception capture (except Exception, e > except Exception as e). Use isinstance for type check. Converted lambda to real function.

NOTE: Based on PR #196 .

Copy link
Member

@kalisp kalisp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Visually it look ok.

iLLiCiTiT and others added 3 commits March 27, 2024 13:59
@iLLiCiTiT iLLiCiTiT merged commit 4e94d0d into develop Mar 27, 2024
24 of 25 checks passed
@iLLiCiTiT iLLiCiTiT deleted the enhancement/formatting-fixes branch March 27, 2024 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

5 participants