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

Added missing comma #413

Merged
merged 1 commit into from
Aug 22, 2023
Merged

Added missing comma #413

merged 1 commit into from
Aug 22, 2023

Conversation

BjarneVerschorre
Copy link
Contributor

On line 81 there is a missing comma in the default_error_responder function right after calling the render_template function.

On line 81 there is a missing comma in the "default_error_responder" function right after calling the "render_template" function.
@codecov
Copy link

codecov bot commented Aug 21, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (d637301) 100.00% compared to head (8902f4f) 100.00%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #413   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          914       914           
=========================================
  Hits           914       914           

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

@BjarneVerschorre
Copy link
Contributor Author

No idea why the checks failed?... I legit fixed a SyntaxError error

@tassaron
Copy link

It was a type checking error in a file you didn't modify (redundant cast to Callable in extension.py), so I don't think it's related to this pull request.

@alisaifee alisaifee merged commit ead5f75 into alisaifee:master Aug 22, 2023
19 of 23 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.

3 participants