Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaFaer committed Jul 2, 2024
1 parent 56c7226 commit df45e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/destinations/test_custom_destination.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_custom_destination_info():
def test_sink(items: TDataItems, table: TTableSchema) -> None:
pass

p = dlt.pipeline("sink_test", destination=test_sink, dev_mode=True)
p = dlt.pipeline("sink_test", destination=test_sink, dev_mode=True) # type: ignore
assert p.destination.destination_info == {
"destination_name": "test_sink",
"destination_type": "dlt.destinations.destination",
Expand Down

0 comments on commit df45e9a

Please sign in to comment.