By DeepSource
All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Security
Style
Type check
There shouldn't be any blank lines after the function docstring. Remove the blank lines to fix this issue.
def example(): '''Bad docstring.''' pass
def example(): '''Good docstring.''' pass