Skip to content

Commit

Permalink
fix(python): correct path for sync client in README (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh authored Dec 1, 2023
2 parents 6265f0d + dd77f67 commit 6c02b37
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 6c02b37

Please sign in to comment.