Skip to content

Commit 9362c4c

Browse files
committed
lint
1 parent de39bdc commit 9362c4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sdks/python/apache_beam/ml/rag/ingestion/spanner_it_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
try:
3737
from google.cloud import spanner
3838
except ImportError:
39-
spanner = None
39+
spanner = None # type: ignore[assignment]
4040

4141
try:
4242
from testcontainers.core.container import DockerContainer
4343
except ImportError:
44-
DockerContainer = None
44+
DockerContainer = None # type: ignore[assignment]
4545
# pylint: enable=wrong-import-order, wrong-import-position
4646

4747

0 commit comments

Comments
 (0)