mobolic / facebook-sdk

Python SDK for Facebook's Graph API
https://facebook-sdk.readthedocs.io/
Apache License 2.0
2.74k stars 950 forks source link

Fix broken build on master due to style issues #484

Closed browniebroke closed 3 years ago

browniebroke commented 4 years ago

I came here because I'm trying to update to the latest GraphAPI version but the latest version of this library won't let me. I noticed that it's fixed on master, but unfortunately unreleased in PyPI.

I guess the first step towards that would be a green build, and it's currently broken due to style check, so here is the fix.

codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit 1d09b9b9 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 73.5% (0.0% change).

View more on Code Climate.

cesar commented 4 years ago

@browniebroke maybe tag the maintainers in the reviewers portion of the PR so that they are aware of the PR? ++ for this, I'm also blocked on updating to the latest GraphAPI version because of this

martey commented 4 years ago

@cesar I am aware of this pull request and will merge it when I get some free time.