Skip to content

Commit 8320500

Browse files
bot_apkdevin-ai-integration[bot]
andcommitted
style: fix ruff format for test_entrypoint.py
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent aefbc19 commit 8320500

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

unit_tests/test_entrypoint.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -866,9 +866,7 @@ def test_given_non_json_serializable_type_then_fallback_with_default_str(
866866
command="read", config="config_path", state="statepath", catalog="catalogpath"
867867
)
868868
record = AirbyteMessage(
869-
record=AirbyteRecordMessage(
870-
stream="stream", data={"value": complex(1, 2)}, emitted_at=1
871-
),
869+
record=AirbyteRecordMessage(stream="stream", data={"value": complex(1, 2)}, emitted_at=1),
872870
type=Type.RECORD,
873871
)
874872
mocker.patch.object(MockSource, "read_state", return_value={})

0 commit comments

Comments
 (0)