All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
pass
The pass statement used here is not necessary. You can safely remove this.
class Docstring: '''This is a dummy class with docstring.''' pass
class Docstring: '''This is a dummy class with docstring.'''