Skip to content

Commit

Permalink
remove temp files
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Jan 23, 2024
1 parent 8c8a94f commit a07e37f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 47 deletions.
2 changes: 1 addition & 1 deletion dlt/extract/pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def _verify_head_step(self, step: TPipeStep) -> None:
# first element must be Iterable, Iterator or Callable in resource pipe
if not isinstance(step, (Iterable, Iterator, AsyncIterator)) and not callable(step):
raise CreatePipeException(
self.name, "A head of a resource pipe must be Iterable, Iterator or a Callable"
self.name, "A head of a resource pipe must be Iterable, Iterator, AsyncIterator or a Callable"
)

def _wrap_transform_step_meta(self, step_no: int, step: TPipeStep) -> TPipeStep:
Expand Down
22 changes: 0 additions & 22 deletions pipeline.py

This file was deleted.

24 changes: 0 additions & 24 deletions test.py

This file was deleted.

0 comments on commit a07e37f

Please sign in to comment.