Skip to content

Commit 67cd658

Browse files
fix: correct typing import in test_file_based_stream_config.py
Co-Authored-By: Aaron <AJ> Steers <[email protected]>
1 parent 409bea8 commit 67cd658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit_tests/sources/file_based/config/test_file_based_stream_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
33
#
44

5-
from typing import Any, Type
65
from collections.abc import Mapping
6+
from typing import Any
77

88
import pytest as pytest
99
from pydantic.v1.error_wrappers import ValidationError

0 commit comments

Comments
 (0)