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

(FLK-D204) 1 blank line required after class docstring #51

Open
noctua84 opened this issue Dec 9, 2020 · 0 comments
Open

(FLK-D204) 1 blank line required after class docstring #51

noctua84 opened this issue Dec 9, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@noctua84
Copy link
Owner

noctua84 commented Dec 9, 2020

Description

There should be exactly one blank line after the class docstring. #### Not preferred: python class example: """Bad docstring.""" ... #### Preferred: python class example: """Good docstring.""" ...

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/noctua84/Transl8Me/issue/FLK-D204/occurrences/

@noctua84 noctua84 added the documentation Improvements or additions to documentation label Dec 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant