Skip to content

Commit

Permalink
fix freshdesk dependency for regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjlai committed May 21, 2024
1 parent 20d01e8 commit e19644f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

from dataclasses import dataclass
from typing import Any, List, Mapping, MutableMapping, Optional
from typing import Any, Mapping, MutableMapping, Optional

import requests
from airbyte_cdk.sources.declarative.incremental import DatetimeBasedCursor
Expand All @@ -13,8 +13,8 @@
RequestInput,
)
from airbyte_cdk.sources.declarative.types import StreamSlice, StreamState
from airbyte_cdk.sources.types import Record
from source_freshdesk.utils import CallCredit
from sources.types import Record


@dataclass
Expand Down

0 comments on commit e19644f

Please sign in to comment.