- Notifications
You must be signed in to change notification settings - Fork673
chore: remove unused function sanitize_parameters()#1400
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
The function sanitize_parameters() was used when the v3 API was inuse. Since v3 API support has been removed there are no more users ofthis function.
codecov-commenter commentedApr 18, 2021
Codecov Report
@@ Coverage Diff @@## master #1400 +/- ##==========================================- Coverage 80.16% 80.13% -0.03%========================================== Files 73 73 Lines 4073 4067 -6 ==========================================- Hits 3265 3259 -6 Misses 808 808
Flags with carried forward coverage won't be shown.Click here to find out more.
Continue to review full report at Codecov.
|
Removing code is always nice! Thanks 👍 |
The function sanitize_parameters() was used when the v3 API was in
use. Since v3 API support has been removed there are no more users of
this function.