Skip to content

Commit b8c2ca1

Browse files
committed
update tests
1 parent 6738ae4 commit b8c2ca1

File tree

3 files changed

+309
-31
lines changed

3 files changed

+309
-31
lines changed

integration.cloudbuild.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ steps:
2121
- id: Run integration tests
2222
name: python:3.11
2323
entrypoint: python
24-
args: ["-m", "pytest"]
2524
env:
2625
- 'PROJECT_ID=$PROJECT_ID'
2726
- 'INSTANCE_ID=${_INSTANCE_ID}'

src/langchain_google_spanner/document_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import datetime
1616
import json
17-
from typing import Iterator, List, Optional, Dict, Any
17+
from typing import Any, Dict, Iterator, List, Optional
1818

1919
from google.cloud.spanner import Client, KeySet
2020
from google.cloud.spanner_admin_database_v1.types import DatabaseDialect # type: ignore

0 commit comments

Comments
 (0)