googleapis/python-datastore

unused imported module

slowy07 opened this issue · 0 comments

Thanks for stopping by to let us know something could be better!

PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.

Please run down the following list and make sure you've tried the usual "quick fixes":

  • removed unused imported of modules Callback
  • remove unused import of query

If you are still having issues, please be sure to include as much information as possible:
unused imported modules of Callable

Environment details

  • OS type and version:
  • Python version: python --version
  • pip version: pip --version
  • google-cloud-datastore version: pip show google-cloud-datastore

Steps to reproduce

  1. removed unused modules

Code example

from

from typing import Callable, Dict, Optional, Sequence, Tuple, Type, Union

to

from typing import Dict, Optional, Sequence, Tuple, Type, Union

Stack trace

google/cloud/datastore_v1/services/datastore/client.py:22:0: W0611: Unused Callable imported from typing (unused-import)

Making sure to follow these steps will guarantee the quickest resolution possible.

Thanks!