Skip to content

Commit 8b1541a

Browse files
author
maxime.c
committed
format/check
1 parent b6cd208 commit 8b1541a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

unit_tests/sources/declarative/parsers/test_model_to_component_factory.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from datetime import datetime, timedelta, timezone
99
from pathlib import Path
1010
from typing import Any, Iterable, Mapping, Optional, Union
11-
from unittest.mock import Mock
1211

1312
import freezegun
1413
import pytest
@@ -171,7 +170,7 @@
171170
)
172171
from airbyte_cdk.sources.declarative.yaml_declarative_source import YamlDeclarativeSource
173172
from airbyte_cdk.sources.message.repository import StateFilteringMessageRepository
174-
from airbyte_cdk.sources.streams.call_rate import APIBudget, MovingWindowCallRatePolicy
173+
from airbyte_cdk.sources.streams.call_rate import MovingWindowCallRatePolicy
175174
from airbyte_cdk.sources.streams.concurrent.clamping import (
176175
ClampingEndProvider,
177176
DayClampingStrategy,

0 commit comments

Comments
 (0)