openfga / python-sdk

OpenFGA SDK for Python 3 - https://pypi.org/project/openfga-sdk/
https://openfga.dev
Apache License 2.0
38 stars 15 forks source link

refactor: remove Python 2 compatibility #75

Closed evansims closed 8 months ago

evansims commented 8 months ago

[!IMPORTANT]
Disregard any failing tests on this pull request; this is due to changes in our code styling tools. Once this PR is merged, future PRs will pass correctly.

[!IMPORTANT]
Failing tests around urllib3 should be ignored for the moment. These will be addressed separately in future PRs.

This PR:

Description

This PR makes several improvements to the Python SDK:

Besides this, it introduces a number of code formatting tools to produce a cleaner, more efficient SDK result:

References

Closes #77

Review Checklist