Skip to content

Commit e7c48f1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent dac1e60 commit e7c48f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/confluence-reader/confluence_document.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Copyright 2021-2024 VMware, Inc.
22
# SPDX-License-Identifier: Apache-2.0
33

4+
45
class ConfluenceDocument:
56
def __init__(self, metadata, page_content, deleted=False):
67
"""

0 commit comments

Comments
 (0)