Skip to content

Commit

Permalink
fix: tools imports now that rollout is complete
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaphoenix committed Jul 10, 2024
1 parent 1d56889 commit acc1be4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/dfcx_scrapi/core/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@
from dfcx_scrapi.core import scrapi_base
from typing import Dict

# TODO (pmarlow) Pending Bug fix to remove visibility on v3beta1 service
# from google.cloud.dialogflowcx_v3beta1 import services
# from google.cloud.dialogflowcx_v3beta1 import types
from google.cloud.dialogflow_v3alpha1 import services
from google.cloud.dialogflow_v3alpha1 import types
from google.cloud.dialogflowcx_v3beta1 import services
from google.cloud.dialogflowcx_v3beta1 import types


class Tools(scrapi_base.ScrapiBase):
Expand Down

0 comments on commit acc1be4

Please sign in to comment.