Skip to content

Commit

Permalink
fix(python): correct path for sync client
Browse files Browse the repository at this point in the history
Implement changes for openfga/python-sdk#44
  • Loading branch information
adriantam committed Nov 14, 2023
1 parent 4cc5ac6 commit dd77f67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ without requiring async/await.

```python
import {{packageName}}
from {{packageName}}.sync.client import OpenFgaClient
from {{packageName}}.sync import OpenFgaClient


def main():
Expand Down

0 comments on commit dd77f67

Please sign in to comment.