Skip to content

Sourcery refactored devel branch#1

Open
sourcery-ai[bot] wants to merge 1 commit into
develfrom
sourcery/devel
Open

Sourcery refactored devel branch#1
sourcery-ai[bot] wants to merge 1 commit into
develfrom
sourcery/devel

Conversation

@sourcery-ai

@sourcery-ai sourcery-ai Bot commented Oct 2, 2023

Copy link
Copy Markdown

Branch devel refactored by Sourcery.

If you're happy with these changes, merge this Pull Request using the Squash and merge strategy.

See our documentation here.

Run Sourcery locally

Reduce the feedback loop during development by using the Sourcery editor plugin:

Review changes via command line

To manually merge these changes, make sure you're on the devel branch, then run:

git fetch origin sourcery/devel
git merge --ff-only FETCH_HEAD
git reset HEAD^

Help us improve this pull request!

@sourcery-ai sourcery-ai Bot requested a review from bhupenderkumar October 2, 2023 13:14
Comment on lines -5 to +7
@outputSchema("output:chararray")
@outputSchema("output:chararray")
def custom_output(id,page_count,product_count):
return "("+id+","+str(page_count)+","+str(product_count)+")";
return f"({id},{str(page_count)},{str(product_count)})";

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function custom_output refactored with the following changes:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants