chore: fix indention violations by applying E111 to E117 ruff rules (#4925)
This commit is contained in:
@@ -50,7 +50,7 @@ class BaseDocumentTransformer(ABC):
|
||||
) -> Sequence[Document]:
|
||||
raise NotImplementedError
|
||||
|
||||
""" # noqa: E501
|
||||
"""
|
||||
|
||||
@abstractmethod
|
||||
def transform_documents(
|
||||
|
Reference in New Issue
Block a user