Skip to content

Commit

Permalink
fix: update imports for tools unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaphoenix committed Jul 10, 2024
1 parent acc1be4 commit 67357ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/dfcx_scrapi/core/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
import pytest
from unittest.mock import patch
from dfcx_scrapi.core.tools import Tools
from google.cloud.dialogflow_v3alpha1 import types
from google.cloud.dialogflow_v3alpha1 import services
from google.cloud.dialogflowcx_v3beta1 import types
from google.cloud.dialogflowcx_v3beta1 import services

@pytest.fixture
def test_config():
Expand Down

0 comments on commit 67357ce

Please sign in to comment.