By DeepSource
All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Security
Style
Type check
There shouldn't be any blank lines before the class docstring. Remove the blank lines to fix this issue.
class Example: '''Bad docstring.'''
class Example: '''Good docstring.'''