-
-
Notifications
You must be signed in to change notification settings - Fork 946
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
fix(api_helpers): re-add falcon.api_helpers #1904
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1904 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 62 63 +1
Lines 6591 6593 +2
Branches 1065 1065
=========================================
+ Hits 6591 6593 +2
Continue to review full report at Codecov.
|
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.
Looks great. 👍
I just nitpicked on the news fragment, it seems the second sentence therein could be improved a bit.
thanks, updated |
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.
👍
@@ -0,0 +1,7 @@ | |||
from .app_helpers import * # NOQA |
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.
Nit: Should be two spaces before the #
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.
nit; using a formatter would take care of it :P
Is there a chance of getting these changes released? It prevents us from upgrading to falcon 3 as we rely on the sentry sdk. |
Summary of Changes
Re-add removed api_helpers package
Related Issues
closes #1902