Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
steinitzu committed Sep 12, 2024
1 parent 0208c64 commit 65f6ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/load/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def setup_pipeline(
"""Convenience method to setup pipeline with this configuration"""

self.dev_mode = dev_mode
destination = kwargs.pop("destination", None) or self.destination_factory(**kwargs)
destination = kwargs.pop("destination", None) or self.destination_factory(**kwargs)
pipeline = dlt.pipeline(
pipeline_name=pipeline_name,
destination=destination,
Expand Down

0 comments on commit 65f6ef7

Please sign in to comment.