mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-13 17:52:38 +02:00
chore: ran linting
This commit is contained in:
parent
2f540ee065
commit
dbf575fbd0
23 changed files with 89 additions and 96 deletions
|
|
@ -31,7 +31,9 @@ class _FakeConfluenceHistoryConnector:
|
|||
include_comments: bool = False,
|
||||
) -> tuple[list[dict[str, Any]], None]:
|
||||
if not start_date or not end_date:
|
||||
raise ValueError("Confluence indexer fake expected start_date and end_date.")
|
||||
raise ValueError(
|
||||
"Confluence indexer fake expected start_date and end_date."
|
||||
)
|
||||
del include_comments
|
||||
return _FIXTURE["pages"], None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue