Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix lint
  • Loading branch information
ahmedabu98 committed Apr 15, 2026
commit 7696e1e12d75256d55a1acdfbdee8bb9cd6d9e8c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
try:
from google.cloud import spanner
except ImportError:
spanner = None
spanner = None # type: ignore[assignment]

try:
from testcontainers.core.container import DockerContainer
Expand Down
Loading