Skip to content

Commit 28bbcff

Browse files
author
Evan Sims
committed
feat: further type hinting improvements
1 parent 355c6eb commit 28bbcff

File tree

162 files changed

+14961
-15213
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+14961
-15213
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM python:3.10
2+
WORKDIR /app/tests
3+
COPY . /app
4+
RUN pip install -r test-requirements.txt
5+
CMD ["sh", "-c", "pytest"]

VERSION.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

openfga_sdk/api/open_fga_api.py

Lines changed: 758 additions & 2322 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)