Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Nov 8, 2024
1 parent f4fa792 commit c714e38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import contextlib
from typing import Callable, Iterator
from typing import Iterator

import pytest
import responses
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c714e38

Please sign in to comment.