Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove erroneous del line #2899

Merged
merged 3 commits into from
Apr 1, 2024
Merged

Remove erroneous del line #2899

merged 3 commits into from
Apr 1, 2024

Conversation

Huy-Ngo
Copy link
Contributor

@Huy-Ngo Huy-Ngo commented Jan 11, 2024

This line tries to delete a list element that has never been added, so it raises an error when reached.

Fixes #2889

This line tries to delete a list element that has never been added,
so it raises an error when reached.

Fixes sanic-org#2889
@Huy-Ngo Huy-Ngo requested a review from a team as a code owner January 11, 2024 03:43
Copy link

codecov bot commented Jan 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.985%. Comparing base (12e61db) to head (b14342d).

Additional details and impacted files
@@              Coverage Diff              @@
##              main     #2899       +/-   ##
=============================================
- Coverage   87.999%   87.985%   -0.014%     
=============================================
  Files           94        94               
  Lines         7408      7408               
  Branches      1307      1307               
=============================================
- Hits          6519      6518        -1     
- Misses         598       599        +1     
  Partials       291       291               

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@p0lyw0lf
Copy link

Running into this myself, would appreciate this getting merged!

@ahopkins ahopkins merged commit 8b498fa into sanic-org:main Apr 1, 2024
27 checks passed
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.

Can't use optional CLI arguments
4 participants