Skip to content

Commit fd0e4b6

Browse files
chore(spanner): remove unused asyncio import in samples (googleapis#17620)
Remove unused `import asyncio` from `async_snippets.py` to fix lint failure. Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-cloud-python/issues) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
1 parent f538ad8 commit fd0e4b6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/google-cloud-spanner/samples/samples/async_snippets.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
Cloud Spanner.
1919
"""
2020

21-
import asyncio
22-
2321
from google.cloud.spanner_v1 import AsyncClient, KeySet
2422

2523

0 commit comments

Comments
 (0)