diff --git a/python_modules/libraries/dagster-fivetran/dagster_fivetran_tests/experimental/conftest.py b/python_modules/libraries/dagster-fivetran/dagster_fivetran_tests/experimental/conftest.py index f71bec7859a9f..946d32183daa3 100644 --- a/python_modules/libraries/dagster-fivetran/dagster_fivetran_tests/experimental/conftest.py +++ b/python_modules/libraries/dagster-fivetran/dagster_fivetran_tests/experimental/conftest.py @@ -1,5 +1,4 @@ -import contextlib -from typing import Callable, Iterator +from typing import Iterator import pytest import responses diff --git a/python_modules/libraries/dagster-fivetran/dagster_fivetran_tests/experimental/test_resources.py b/python_modules/libraries/dagster-fivetran/dagster_fivetran_tests/experimental/test_resources.py index a88e726933f8f..47166a3b62936 100644 --- a/python_modules/libraries/dagster-fivetran/dagster_fivetran_tests/experimental/test_resources.py +++ b/python_modules/libraries/dagster-fivetran/dagster_fivetran_tests/experimental/test_resources.py @@ -1,11 +1,14 @@ import uuid -import responses +import responses from dagster_fivetran import FivetranWorkspace def test_basic_resource_request( - connector_id: str, destination_id: str, group_id: str, workspace_data_api_mocks: responses.RequestsMock + connector_id: str, + destination_id: str, + group_id: str, + workspace_data_api_mocks: responses.RequestsMock, ) -> None: api_key = uuid.uuid4().hex api_secret = uuid.uuid4().hex