Skip to content

Commit

Permalink
Removed annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexejPenner committed Dec 22, 2023
1 parent f24ca38 commit 5a14949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion customer-satisfaction/pipelines/training_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@pipeline
def customer_satisfaction_training_pipeline(
model_type: str = "lightgbm"
) -> Tuple[RegressorMixin, bool]:
):
"""Training Pipeline.
Args:
Expand Down

0 comments on commit 5a14949

Please sign in to comment.