Skip to content

Commit 09bc761

Browse files
committed
remove unused ignore
1 parent 56c8de5 commit 09bc761

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
try:
4242
from testcontainers.core.container import DockerContainer
4343
except ImportError:
44-
DockerContainer = None # type: ignore[assignment]
44+
DockerContainer = None
4545
# pylint: enable=wrong-import-order, wrong-import-position
4646

4747

0 commit comments

Comments
 (0)