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

Fixes indentation errors in python classes #2003

Merged
merged 10 commits into from
Nov 28, 2022
Merged

Conversation

samwelkanda
Copy link
Contributor

@samwelkanda samwelkanda commented Nov 28, 2022

Fixes error where some class definitions and docstrings would not have the expected indentation. This was mainly caused by Enum classes with no properties.

fixes #1996

@samwelkanda samwelkanda self-assigned this Nov 28, 2022
@samwelkanda samwelkanda added type:bug A broken experience Python labels Nov 28, 2022
@samwelkanda samwelkanda linked an issue Nov 28, 2022 that may be closed by this pull request
@sonarcloud
Copy link

sonarcloud bot commented Nov 28, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@samwelkanda samwelkanda merged commit 3f37ec6 into main Nov 28, 2022
@samwelkanda samwelkanda deleted the bugfix/python-indentation branch November 28, 2022 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Python type:bug A broken experience
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Indentation errors in generated Python client
3 participants