chore: ran linting

This commit is contained in:
Anish Sarkar 2026-05-09 05:28:09 +05:30
parent f7bac59a4b
commit de6fc80dbd
2 changed files with 4 additions and 6 deletions

View file

@ -41,9 +41,7 @@ _INDEXER_MODULE = "app.tasks.connector_indexers.google_drive_indexer"
_GET_ACCESS_TOKEN = "app.services.composio_service.ComposioService.get_access_token"
def _mock_drive_client(
*, list_files_return: tuple = ([], None, None)
) -> MagicMock:
def _mock_drive_client(*, list_files_return: tuple = ([], None, None)) -> MagicMock:
"""Duck-typed client mock whose ``list_files`` yields the supplied tuple.
Returning an empty file list short-circuits the indexer's full-scan