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