-
Notifications
You must be signed in to change notification settings - Fork 1.9k
fix: Fix valid choices for invoices schema #6307
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
Conversation
Codecov Report
@@ Coverage Diff @@
## development #6307 +/- ##
============================================
Coverage 65.29% 65.29%
============================================
Files 287 287
Lines 14704 14704
============================================
Hits 9601 9601
Misses 5103 5103
Continue to review full report at Codecov.
|
app/api/auth.py
Outdated
| except NoResultFound: | ||
| return UnprocessableEntityError( | ||
| {'source': ''}, 'User with id: ' + user_id + ' not found.').respond() | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
blank line contains whitespace
app/api/auth.py
Outdated
|
|
||
| return make_response(jsonify(message="Verification email resent"), 200) | ||
|
|
||
| @auth_routes.route('/remove-profile-picture/<user_id>', methods=['POST', 'GET']) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
expected 2 blank lines, found 1
0d800b8 to
c9a63c1
Compare
Fixes #6290
Short description of what this resolves:
Changes proposed in this pull request:
Checklist
developmentbranch.