Skip to content

Commit

Permalink
code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
willi-mueller committed Aug 8, 2024
1 parent d6fde19 commit 99c1e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/extract/test_incremental.py
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ def some_data(
assert e.value.json_path == "created_at"

# same thing when run in pipeline
with pytest.raises(PipelineStepFailed) as e: # type: ignore[assignment]
with pytest.raises(PipelineStepFailed) as e: # type: ignore[assignment]
p = dlt.pipeline(pipeline_name=uniq_id())
p.extract(some_data())
if item_type == "object":
Expand Down

0 comments on commit 99c1e39

Please sign in to comment.