- Notifications
You must be signed in to change notification settings - Fork19.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
20954. adding a some changes line no.423#20991
base:master
Are you sure you want to change the base?
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View thisfailed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## master #20991 +/- ##==========================================- Coverage 82.45% 78.04% -4.41%========================================== Files 562 562 Lines 53316 53316 Branches 8259 8259 ==========================================- Hits 43960 41612 -2348- Misses 7340 9757 +2417+ Partials 2016 1947 -69
Flags with carried forward coverage won't be shown.Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Hi@SahajDubey-2005 Can you please sign the CLA? Thank you. |
made a some changes for testing purpose.
Fixed Syntax: Removed incorrectinit method and used proper decorator syntax.
Used wraps: Ensures the original function’s metadata is preserved.
Applied Warning in Decorator: The warning is issued when the decorator is used, not on every function call.
Ensured Proper Output Handling: The function now correctly returns only outputs.