Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Nov 11, 2024
1 parent 697e460 commit 1d5bf36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from typing import Iterator
import uuid
from typing import Iterator

import pytest
import responses
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@


def test_basic_resource_request(
api_key: str,
api_secret: str,
api_key: str,
api_secret: str,
connector_id: str,
destination_id: str,
group_id: str,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@


def test_fivetran_workspace_data_to_fivetran_connector_table_props_data(
api_key: str,
api_secret: str,
api_key: str,
api_secret: str,
fetch_workspace_data_api_mocks: Callable,
) -> None:
resource = FivetranWorkspace(api_key=api_key, api_secret=api_secret)
Expand Down

0 comments on commit 1d5bf36

Please sign in to comment.