openfga / python-sdk

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

fix: remove `ReadAuthorizationModel` calls from `BatchCheck` and writes #98

Closed evansims closed 1 week ago

evansims commented 1 week ago

Description

This pull request removes the ReadAuthorizationModel calls in BatchCheck and writes.

References

Review Checklist

codecov-commenter commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 68.06%. Comparing base (664b0b9) to head (c09d97d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #98 +/- ## ======================================= Coverage 68.06% 68.06% ======================================= Files 114 114 Lines 8974 8968 -6 ======================================= - Hits 6108 6104 -4 + Misses 2866 2864 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.