Convert code comment into docstring

Co-authored-by: Paolo Melchiorre <paolo@melchiorre.org>
This commit is contained in:
Justin Mayer 2024-09-12 13:15:59 +02:00 committed by GitHub
commit 19fd993737
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -548,7 +548,7 @@ class Content:
class SkipStub(Content):
# Stub class representing content that should not be processed in any way
"""Stub class representing content that should not be processed in any way."""
def __init__(
self, content, metadata=None, settings=None, source_path=None, context=None