Skip to content

Commit 06e5581

Browse files
Update unit_tests/sources/declarative/file/test_file_stream.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 1e61e19 commit 06e5581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎unit_tests/sources/declarative/file/test_file_stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from pathlib import Path
44
from typing import Any, Dict, List, Optional
55
from unittest import TestCase
6-
from unittest.mock import Mock, patch
6+
from unittest.mock import Mock
77

88
from airbyte_cdk.models import AirbyteStateMessage, ConfiguredAirbyteCatalog, Status
99
from airbyte_cdk.sources.declarative.yaml_declarative_source import YamlDeclarativeSource

0 commit comments

Comments
 (0)