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

fix: remove blank line after method docstring #138

Merged
merged 3 commits into from
Dec 18, 2022
Merged

Conversation

weibullguy
Copy link
Member

This will remove blank lines following a method docstring. See requirement PEP_257_4.4.

Closes #130.

@weibullguy weibullguy added P: bug PEP 257 violation or existing functionality that doesn't work as documented C: convention Relates to docstring format convention labels Dec 18, 2022
@coveralls
Copy link

coveralls commented Dec 18, 2022

Pull Request Test Coverage Report for Build 3725902912

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 0.0%

Totals Coverage Status
Change from base Build 3722053548: 0.0%
Covered Lines: 0
Relevant Lines: 0

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: convention Relates to docstring format convention P: bug PEP 257 violation or existing functionality that doesn't work as documented S: merged Closed with work merged to repository
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Empty lines around class and method docstrings
2 participants