Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
steinitzu committed Sep 13, 2024
1 parent 6c29071 commit eec4e22
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")
destination = kwargs.pop("destination", None)
if destination is None:
destination = self.destination_factory(**kwargs)
else:
Expand Down

0 comments on commit eec4e22

Please sign in to comment.