We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This prevents unnecessary baseline modifications.
So we json.dumps a dictionary, not an ordered dictionary, so doing sort_keys=True in the json.dumps here should fix it.
sort_keys=True
json.dumps
The text was updated successfully, but these errors were encountered:
Fixed in #25
Sorry, something went wrong.
Merge pull request Yelp#24 from jimmyhlee94/port-square-oauth-detector
53b296b
porting square oauth detector from yelp's upstream
KevinHock
No branches or pull requests
This prevents unnecessary baseline modifications.
So we json.dumps a dictionary, not an ordered dictionary, so doing
sort_keys=True
in thejson.dumps
here should fix it.The text was updated successfully, but these errors were encountered: