You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggested by @techtonik at gratipay/gratipay.com@4d7d0dc#commitcomment-8820613. It's definitely a common error, NameError: name 'Response' is not defined. This usually lies along error paths, and error paths are undertested as a rule, so it's a bug that lurks waiting to mask real errors.
The text was updated successfully, but these errors were encountered:
This was done when we moved to passing around all of algorithm state, yes? Oh, wait, no, they're wanting the class, not the default response. Uhh... I don't think we want to do this. We're moving toward being more specific about context imports, not less.
Suggested by @techtonik at gratipay/gratipay.com@4d7d0dc#commitcomment-8820613. It's definitely a common error,
NameError: name 'Response' is not defined
. This usually lies along error paths, and error paths are undertested as a rule, so it's a bug that lurks waiting to mask real errors.The text was updated successfully, but these errors were encountered: