Skip to content

Commit

Permalink
chore: remove no args overload
Browse files Browse the repository at this point in the history
  • Loading branch information
z3z1ma committed Apr 3, 2024
1 parent 5d1b88d commit a72df2e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dlt/pipeline/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,6 @@ def pipeline(
"""


@overload
def pipeline() -> Pipeline: # type: ignore
"""When called without any arguments, returns the recently created `Pipeline` instance.
If not found, it creates a new instance with all the pipeline options set to defaults."""


@with_config(spec=PipelineConfiguration, auto_pipeline_section=True)
def pipeline(
pipeline_name: str = None,
Expand Down

0 comments on commit a72df2e

Please sign in to comment.