Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

fix : unused imported module and typo grammar #346

Closed
slowy07 opened this issue Jul 25, 2021 · 0 comments · Fixed by #347
Closed

fix : unused imported module and typo grammar #346

slowy07 opened this issue Jul 25, 2021 · 0 comments · Fixed by #347
Labels
api: dialogflow Issues related to the googleapis/python-dialogflow API.

Comments

@slowy07
Copy link
Contributor

slowy07 commented Jul 25, 2021

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":

If you are still having issues, please be sure to include as much information as possible:

  • unused imported of module callback,OrderedDict
  • typo comment spelling

Environment details

  • OS type and version: linux arch
  • Python version: python 3.8.10
  • pip version: pip 20.0.2
  • google-cloud-dialogflow version: 2.7.0

Steps to reproduce

  1. removed unused import module
  2. fixing code grammar spelling

Code example

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

to

from typing import Awaitable, Callable, Dict, Optional, Sequence, Tuple

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

Thanks!

@product-auto-label product-auto-label bot added the api: dialogflow Issues related to the googleapis/python-dialogflow API. label Jul 25, 2021
@slowy07 slowy07 mentioned this issue Jul 25, 2021
4 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: dialogflow Issues related to the googleapis/python-dialogflow API.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant